#7462D9

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

Shades of Slate Blue #7462D9

Tints of Slate Blue #7462D9

Color information

#7462D9 (or 0x7462D9) is unknown color: approx Slate Blue. HEX triplet: 74, 62 and D9. RGB value is (116,98,217). Sum of RGB (Red+Green+Blue) = 116+98+217=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #7462D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462D9 is #8B9D26. Grayscale: #747474. Windows color (decimal): -9149735 or 14246516. OLE color: 14246516.

HSL color Cylindrical-coordinate representation of color #7462D9: hue angle of 249.08º 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 #7462D9 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11698217-
CMYK0.470.5500.15
HSL249.08º61.03%61.76%-
HSV(B)249.08º54.84%85.1%-
XYZ24.0917.4667.75-
YUV116.95184.46127.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=26.91%
G=22.74%
B=50.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116982170.470.5500.15249.0861.0361.76
Hex7462D92F370Ff93d3e
Octal16414233157670173717576
Binary11101001100010110110011011111101110111111111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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