#7562DA

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

Shades of Slate Blue #7562DA

Tints of Slate Blue #7562DA

Color information

#7562DA (or 0x7562DA) is unknown color: approx Slate Blue. HEX triplet: 75, 62 and DA. RGB value is (117,98,218). Sum of RGB (Red+Green+Blue) = 117+98+218=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #7562DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562DA is #8A9D25. Grayscale: #747474. Windows color (decimal): -9084198 or 14312053. OLE color: 14312053.

HSL color Cylindrical-coordinate representation of color #7562DA: hue angle of 249.5º degrees, saturation: 0.62, 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 #7562DA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11798218-
CMYK0.460.5500.15
HSL249.5º61.86%61.96%-
HSV(B)249.5º55.05%85.49%-
XYZ24.3617.5868.44-
YUV117.36184.79127.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=27.02%
G=22.63%
B=50.35%

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
Decimal117982180.460.5500.15249.561.8661.96
Hex7562DA2E370Ffa3e3e
Octal16514233256670173727676
Binary11101011100010110110101011101101110111111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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