#7352CA

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

Shades of Slate Blue #7352CA

Tints of Slate Blue #7352CA

Color information

#7352CA (or 0x7352CA) is unknown color: approx Slate Blue. HEX triplet: 73, 52 and CA. RGB value is (115,82,202). Sum of RGB (Red+Green+Blue) = 115+82+202=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7352CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352CA is #8CAD35. Grayscale: #696969. Windows color (decimal): -9219382 or 13259379. OLE color: 13259379.

HSL color Cylindrical-coordinate representation of color #7352CA: hue angle of 256.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7352CA is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11582202-
CMYK0.430.5900.21
HSL256.5º53.1%55.69%-
HSV(B)256.5º59.41%79.22%-
XYZ20.7513.9457.47-
YUV105.55182.43134.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=28.82%
G=20.55%
B=50.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal115822020.430.5900.21256.553.155.69
Hex7352CA2B3B0151003538
Octal16312231253730254006570
Binary1110011101001011001010101011111011010101100000000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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