Shades of Slate Blue #7451CB
Tints of Slate Blue #7451CB
RGB
CMYK
RGB Variations
Color information
#7451CB (or 0x7451CB) is known color: Slate Blue. HEX triplet: 74, 51 and CB. RGB value is (116,81,203). Sum of RGB (Red+Green+Blue) = 116+81+203=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #7451CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451CB is #8BAE34. Grayscale: #686868. Windows color (decimal): -9154101 or 13324660. OLE color: 13324660.
HSL color Cylindrical-coordinate representation of color #7451CB: hue angle of 257.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7451CB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 81 | 203 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.20 |
| HSL | 257.21º | 0.54% | 0.56% | - |
| HSV(B) | 257.21º | 0.6% | 0.8% | - |
| XYZ | 20.92 | 13.91 | 58.08 | - |
| YUV | 105.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 203 | 0.43 | 0.60 | 0 | 0.20 | 257.21 | 0.54 | 0.56 |
| Hex | 74 | 51 | CB | 2B | 3C | 0 | 14 | 101 | 36 | 38 |
| Octal | 164 | 121 | 313 | 53 | 74 | 0 | 24 | 401 | 66 | 70 |
| Binary | 1110100 | 1010001 | 11001011 | 101011 | 111100 | 0 | 10100 | 100000001 | 110110 | 111000 |
Color Harmonies of #7451CB
Complementary color
Monochromatic Colors of #7451CB
Black with #7451CB
Text Example
Text Example
White with #7451CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451CB; }
p { color: rgb(116,81,203); }
H1.HeaderClassName
{
color: #7451CB;
}
.AnyTagClassName
{
color: #7451CB;
}
</style>
background-color css
<style>
a { background-color: #7451CB; }
a { background-color: rgb(116,81,203); }
div.DivClassName
{
background-color: #7451CB;
}
.BgClassName
{
background-color: #7451CB;
}
</style>
border-color css
<style>
span { border-color: #7451CB; }
span { border-color: rgb(116,81,203); }
td.TdClassName
{
border-color: #7451CB;
}
.TagClassName
{
border-color: #7451CB;
}
</style>