#7562D9

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

Shades of Slate Blue #7562D9

Tints of Slate Blue #7562D9

Color information

#7562D9 (or 0x7562D9) is unknown color: approx Slate Blue. HEX triplet: 75, 62 and D9. RGB value is (117,98,217). Sum of RGB (Red+Green+Blue) = 117+98+217=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #7562D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562D9 is #8A9D26. Grayscale: #747474. Windows color (decimal): -9084199 or 14246517. OLE color: 14246517.

HSL color Cylindrical-coordinate representation of color #7562D9: hue angle of 249.58º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7562D9 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11798217-
CMYK0.460.5500.15
HSL249.58º61.03%61.76%-
HSV(B)249.58º54.84%85.1%-
XYZ24.2317.5367.75-
YUV117.25184.29127.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 217 (85.16% from 255) = 50.23%
R=27.08%
G=22.69%
B=50.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117982170.460.5500.15249.5861.0361.76
Hex7562D92E370Ffa3d3e
Octal16514233156670173727576
Binary11101011100010110110011011101101110111111111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7562D9; }

 p { color: rgb(117,98,217); }

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

<style>
 a { background-color: #7562D9; }

 a { background-color: rgb(117,98,217); }

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

<style>
 span { border-color: #7562D9; }

 span { border-color: rgb(117,98,217); }

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