Shades of Slate Blue #7459CB
Tints of Slate Blue #7459CB
RGB
CMYK
RGB Variations
Color information
#7459CB (or 0x7459CB) is known color: Slate Blue. HEX triplet: 74, 59 and CB. RGB value is (116,89,203). Sum of RGB (Red+Green+Blue) = 116+89+203=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #7459CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459CB is #8BA634. Grayscale: #6D6D6D. Windows color (decimal): -9152053 or 13326708. OLE color: 13326708.
HSL color Cylindrical-coordinate representation of color #7459CB: hue angle of 254.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7459CB is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 89 | 203 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.20 |
| HSL | 254.21º | 0.52% | 0.57% | - |
| HSV(B) | 254.21º | 0.56% | 0.8% | - |
| XYZ | 21.55 | 15.17 | 58.29 | - |
| YUV | 110.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 203 | 0.43 | 0.56 | 0 | 0.20 | 254.21 | 0.52 | 0.57 |
| Hex | 74 | 59 | CB | 2B | 38 | 0 | 14 | FE | 34 | 39 |
| Octal | 164 | 131 | 313 | 53 | 70 | 0 | 24 | 376 | 64 | 71 |
| Binary | 1110100 | 1011001 | 11001011 | 101011 | 111000 | 0 | 10100 | 11111110 | 110100 | 111001 |
Color Harmonies of #7459CB
Complementary color
Monochromatic Colors of #7459CB
Black with #7459CB
Text Example
Text Example
White with #7459CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459CB; }
p { color: rgb(116,89,203); }
H1.HeaderClassName
{
color: #7459CB;
}
.AnyTagClassName
{
color: #7459CB;
}
</style>
background-color css
<style>
a { background-color: #7459CB; }
a { background-color: rgb(116,89,203); }
div.DivClassName
{
background-color: #7459CB;
}
.BgClassName
{
background-color: #7459CB;
}
</style>
border-color css
<style>
span { border-color: #7459CB; }
span { border-color: rgb(116,89,203); }
td.TdClassName
{
border-color: #7459CB;
}
.TagClassName
{
border-color: #7459CB;
}
</style>