Shades of Slate Blue #7462DB
Tints of Slate Blue #7462DB
RGB
CMYK
RGB Variations
Color information
#7462DB (or 0x7462DB) is known color: 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
| RGB | 116 | 98 | 219 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.14 |
| HSL | 248.93º | 0.63% | 0.62% | - |
| HSV(B) | 248.93º | 0.55% | 0.86% | - |
| XYZ | 24.36 | 17.56 | 69.12 | - |
| YUV | 117.18 | 185.46 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 219 | 0.47 | 0.55 | 0 | 0.14 | 248.93 | 0.63 | 0.62 |
| Hex | 74 | 62 | DB | 2F | 37 | 0 | E | F9 | 3F | 3E |
| Octal | 164 | 142 | 333 | 57 | 67 | 0 | 16 | 371 | 77 | 76 |
| Binary | 1110100 | 1100010 | 11011011 | 101111 | 110111 | 0 | 1110 | 11111001 | 111111 | 111110 |
Color Harmonies of #7462DB
Complementary color
Monochromatic Colors of #7462DB
Black with #7462DB
Text Example
Text Example
White with #7462DB
Text Example
Text Example
HTML Codes & Css Web 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>