Shades of Slate Blue #7451CE
Tints of Slate Blue #7451CE
RGB
CMYK
RGB Variations
Color information
#7451CE (or 0x7451CE) is known color: Slate Blue. HEX triplet: 74, 51 and CE. RGB value is (116,81,206). Sum of RGB (Red+Green+Blue) = 116+81+206=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7451CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451CE is #8BAE31. Grayscale: #696969. Windows color (decimal): -9154098 or 13521268. OLE color: 13521268.
HSL color Cylindrical-coordinate representation of color #7451CE: hue angle of 256.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7451CE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 81 | 206 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.19 |
| HSL | 256.8º | 0.56% | 0.56% | - |
| HSV(B) | 256.8º | 0.61% | 0.81% | - |
| XYZ | 21.29 | 14.05 | 59.98 | - |
| YUV | 105.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 206 | 0.44 | 0.61 | 0 | 0.19 | 256.8 | 0.56 | 0.56 |
| Hex | 74 | 51 | CE | 2C | 3D | 0 | 13 | 101 | 38 | 38 |
| Octal | 164 | 121 | 316 | 54 | 75 | 0 | 23 | 401 | 70 | 70 |
| Binary | 1110100 | 1010001 | 11001110 | 101100 | 111101 | 0 | 10011 | 100000001 | 111000 | 111000 |
Color Harmonies of #7451CE
Complementary color
Monochromatic Colors of #7451CE
Black with #7451CE
Text Example
Text Example
White with #7451CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451CE; }
p { color: rgb(116,81,206); }
H1.HeaderClassName
{
color: #7451CE;
}
.AnyTagClassName
{
color: #7451CE;
}
</style>
background-color css
<style>
a { background-color: #7451CE; }
a { background-color: rgb(116,81,206); }
div.DivClassName
{
background-color: #7451CE;
}
.BgClassName
{
background-color: #7451CE;
}
</style>
border-color css
<style>
span { border-color: #7451CE; }
span { border-color: rgb(116,81,206); }
td.TdClassName
{
border-color: #7451CE;
}
.TagClassName
{
border-color: #7451CE;
}
</style>