Shades of Slate Blue #7451D6
Tints of Slate Blue #7451D6
RGB
CMYK
RGB Variations
Color information
#7451D6 (or 0x7451D6) is known color: Slate Blue. HEX triplet: 74, 51 and D6. RGB value is (116,81,214). Sum of RGB (Red+Green+Blue) = 116+81+214=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #7451D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451D6 is #8BAE29. Grayscale: #6A6A6A. Windows color (decimal): -9154090 or 14045556. OLE color: 14045556.
HSL color Cylindrical-coordinate representation of color #7451D6: hue angle of 255.79º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7451D6 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 81 | 214 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.16 |
| HSL | 255.79º | 0.62% | 0.58% | - |
| HSV(B) | 255.79º | 0.62% | 0.84% | - |
| XYZ | 22.28 | 14.45 | 65.23 | - |
| YUV | 106.63 | 188.6 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 214 | 0.46 | 0.62 | 0 | 0.16 | 255.79 | 0.62 | 0.58 |
| Hex | 74 | 51 | D6 | 2E | 3E | 0 | 10 | 100 | 3E | 3A |
| Octal | 164 | 121 | 326 | 56 | 76 | 0 | 20 | 400 | 76 | 72 |
| Binary | 1110100 | 1010001 | 11010110 | 101110 | 111110 | 0 | 10000 | 100000000 | 111110 | 111010 |
Color Harmonies of #7451D6
Complementary color
Monochromatic Colors of #7451D6
Black with #7451D6
Text Example
Text Example
White with #7451D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451D6; }
p { color: rgb(116,81,214); }
H1.HeaderClassName
{
color: #7451D6;
}
.AnyTagClassName
{
color: #7451D6;
}
</style>
background-color css
<style>
a { background-color: #7451D6; }
a { background-color: rgb(116,81,214); }
div.DivClassName
{
background-color: #7451D6;
}
.BgClassName
{
background-color: #7451D6;
}
</style>
border-color css
<style>
span { border-color: #7451D6; }
span { border-color: rgb(116,81,214); }
td.TdClassName
{
border-color: #7451D6;
}
.TagClassName
{
border-color: #7451D6;
}
</style>