#7462DB

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

Shades of Slate Blue #7462DB

Tints of Slate Blue #7462DB

Color information

#7462DB (or 0x7462DB) is unknown color: approx Slate Blue. HEX triplet: 74, 62 and DB. RGB value is (116,98,219). Sum of RGB (Red+Green+Blue) = 116+98+219=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #7462DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462DB is #8B9D24. Grayscale: #747474. Windows color (decimal): -9149733 or 14377588. OLE color: 14377588.

HSL color Cylindrical-coordinate representation of color #7462DB: hue angle of 248.93º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7462DB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11698219-
CMYK0.470.5500.14
HSL248.93º62.69%62.16%-
HSV(B)248.93º55.25%85.88%-
XYZ24.3617.5669.12-
YUV117.18185.46127.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 219 (85.94% from 255) = 50.58%
R=26.79%
G=22.63%
B=50.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116982190.470.5500.14248.9362.6962.16
Hex7462DB2F370Ef93f3e
Octal16414233357670163717776
Binary11101001100010110110111011111101110111011111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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