Shades of Slate Blue #7460CB
Tints of Slate Blue #7460CB
RGB
CMYK
RGB Variations
Color information
#7460CB (or 0x7460CB) is known color: Slate Blue. HEX triplet: 74, 60 and CB. RGB value is (116,96,203). Sum of RGB (Red+Green+Blue) = 116+96+203=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #7460CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460CB is #8B9F34. Grayscale: #717171. Windows color (decimal): -9150261 or 13328500. OLE color: 13328500.
HSL color Cylindrical-coordinate representation of color #7460CB: hue angle of 251.21º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7460CB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 96 | 203 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.20 |
| HSL | 251.22º | 0.51% | 0.59% | - |
| HSV(B) | 251.22º | 0.53% | 0.8% | - |
| XYZ | 22.16 | 16.39 | 58.5 | - |
| YUV | 114.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 203 | 0.43 | 0.53 | 0 | 0.20 | 251.22 | 0.51 | 0.59 |
| Hex | 74 | 60 | CB | 2B | 35 | 0 | 14 | FB | 33 | 3B |
| Octal | 164 | 140 | 313 | 53 | 65 | 0 | 24 | 373 | 63 | 73 |
| Binary | 1110100 | 1100000 | 11001011 | 101011 | 110101 | 0 | 10100 | 11111011 | 110011 | 111011 |
Color Harmonies of #7460CB
Complementary color
Monochromatic Colors of #7460CB
Black with #7460CB
Text Example
Text Example
White with #7460CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460CB; }
p { color: rgb(116,96,203); }
H1.HeaderClassName
{
color: #7460CB;
}
.AnyTagClassName
{
color: #7460CB;
}
</style>
background-color css
<style>
a { background-color: #7460CB; }
a { background-color: rgb(116,96,203); }
div.DivClassName
{
background-color: #7460CB;
}
.BgClassName
{
background-color: #7460CB;
}
</style>
border-color css
<style>
span { border-color: #7460CB; }
span { border-color: rgb(116,96,203); }
td.TdClassName
{
border-color: #7460CB;
}
.TagClassName
{
border-color: #7460CB;
}
</style>