#7352CB

Color #7352CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7352CB

Tints of Slate Blue #7352CB

Color information

#7352CB (or 0x7352CB) is unknown color: approx Slate Blue. HEX triplet: 73, 52 and CB. RGB value is (115,82,203). Sum of RGB (Red+Green+Blue) = 115+82+203=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #7352CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352CB is #8CAD34. Grayscale: #696969. Windows color (decimal): -9219381 or 13324915. OLE color: 13324915.

HSL color Cylindrical-coordinate representation of color #7352CB: hue angle of 256.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7352CB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11582203-
CMYK0.430.6000.20
HSL256.36º53.78%55.88%-
HSV(B)256.36º59.61%79.61%-
XYZ20.8713.9958.1-
YUV105.66182.93134.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=28.75%
G=20.5%
B=50.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115822030.430.6000.20256.3653.7855.88
Hex7352CB2B3C0141003638
Octal16312231353740244006670
Binary1110011101001011001011101011111100010100100000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7352CB; }

 p { color: rgb(115,82,203); }

 H1.HeaderClassName
 {
   color: #7352CB;
 }
 .AnyTagClassName
 {
   color: #7352CB;
 }
</style>
background-color css

<style>
 a { background-color: #7352CB; }

 a { background-color: rgb(115,82,203); }

 div.DivClassName
 {
   background-color: #7352CB;
 }
 .BgClassName
 {
   background-color: #7352CB;
 }
</style>
border-color css

<style>
 span { border-color: #7352CB; }

 span { border-color: rgb(115,82,203); }

 td.TdClassName
 {
   border-color: #7352CB;
 }
 .TagClassName
 {
   border-color: #7352CB;
 }
</style>