#7352E0

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

Shades of Slate Blue #7352E0

Tints of Slate Blue #7352E0

Color information

#7352E0 (or 0x7352E0) is unknown color: approx Slate Blue. HEX triplet: 73, 52 and E0. RGB value is (115,82,224). Sum of RGB (Red+Green+Blue) = 115+82+224=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #7352E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352E0 is #8CAD1F. Grayscale: #6B6B6B. Windows color (decimal): -9219360 or 14701171. OLE color: 14701171.

HSL color Cylindrical-coordinate representation of color #7352E0: hue angle of 253.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7352E0 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11582224-
CMYK0.490.6300.12
HSL253.94º69.61%60%-
HSV(B)253.94º63.39%87.84%-
XYZ23.5415.0672.19-
YUV108.06193.43132.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 224 (87.89% from 255) = 53.21%
R=27.32%
G=19.48%
B=53.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal115822240.490.6300.12253.9469.6160
Hex7352E0313F0Cfe463c
Octal163122340617701437610674
Binary111001110100101110000011000111111101100111111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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