Shades of Slate Blue #7458CB
Tints of Slate Blue #7458CB
RGB
CMYK
RGB Variations
Color information
#7458CB (or 0x7458CB) is known color: Slate Blue. HEX triplet: 74, 58 and CB. RGB value is (116,88,203). Sum of RGB (Red+Green+Blue) = 116+88+203=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7458CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7458CB is #8BA734. Grayscale: #6D6D6D. Windows color (decimal): -9152309 or 13326452. OLE color: 13326452.
HSL color Cylindrical-coordinate representation of color #7458CB: hue angle of 254.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7458CB is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 88 | 203 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.20 |
| HSL | 254.61º | 0.53% | 0.57% | - |
| HSV(B) | 254.61º | 0.57% | 0.8% | - |
| XYZ | 21.47 | 15 | 58.26 | - |
| YUV | 109.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 203 | 0.43 | 0.57 | 0 | 0.20 | 254.61 | 0.53 | 0.57 |
| Hex | 74 | 58 | CB | 2B | 39 | 0 | 14 | FF | 35 | 39 |
| Octal | 164 | 130 | 313 | 53 | 71 | 0 | 24 | 377 | 65 | 71 |
| Binary | 1110100 | 1011000 | 11001011 | 101011 | 111001 | 0 | 10100 | 11111111 | 110101 | 111001 |
Color Harmonies of #7458CB
Complementary color
Monochromatic Colors of #7458CB
Black with #7458CB
Text Example
Text Example
White with #7458CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458CB; }
p { color: rgb(116,88,203); }
H1.HeaderClassName
{
color: #7458CB;
}
.AnyTagClassName
{
color: #7458CB;
}
</style>
background-color css
<style>
a { background-color: #7458CB; }
a { background-color: rgb(116,88,203); }
div.DivClassName
{
background-color: #7458CB;
}
.BgClassName
{
background-color: #7458CB;
}
</style>
border-color css
<style>
span { border-color: #7458CB; }
span { border-color: rgb(116,88,203); }
td.TdClassName
{
border-color: #7458CB;
}
.TagClassName
{
border-color: #7458CB;
}
</style>