Shades of Slate Blue #7451CF
Tints of Slate Blue #7451CF
RGB
CMYK
RGB Variations
Color information
#7451CF (or 0x7451CF) is known color: Slate Blue. HEX triplet: 74, 51 and CF. RGB value is (116,81,207). Sum of RGB (Red+Green+Blue) = 116+81+207=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #7451CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451CF is #8BAE30. Grayscale: #696969. Windows color (decimal): -9154097 or 13586804. OLE color: 13586804.
HSL color Cylindrical-coordinate representation of color #7451CF: hue angle of 256.67º degrees, saturation: 0.57, 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 #7451CF is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 81 | 207 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.19 |
| HSL | 256.67º | 0.57% | 0.56% | - |
| HSV(B) | 256.67º | 0.61% | 0.81% | - |
| XYZ | 21.41 | 14.1 | 60.63 | - |
| YUV | 105.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 207 | 0.44 | 0.61 | 0 | 0.19 | 256.67 | 0.57 | 0.56 |
| Hex | 74 | 51 | CF | 2C | 3D | 0 | 13 | 101 | 39 | 38 |
| Octal | 164 | 121 | 317 | 54 | 75 | 0 | 23 | 401 | 71 | 70 |
| Binary | 1110100 | 1010001 | 11001111 | 101100 | 111101 | 0 | 10011 | 100000001 | 111001 | 111000 |
Color Harmonies of #7451CF
Complementary color
Monochromatic Colors of #7451CF
Black with #7451CF
Text Example
Text Example
White with #7451CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451CF; }
p { color: rgb(116,81,207); }
H1.HeaderClassName
{
color: #7451CF;
}
.AnyTagClassName
{
color: #7451CF;
}
</style>
background-color css
<style>
a { background-color: #7451CF; }
a { background-color: rgb(116,81,207); }
div.DivClassName
{
background-color: #7451CF;
}
.BgClassName
{
background-color: #7451CF;
}
</style>
border-color css
<style>
span { border-color: #7451CF; }
span { border-color: rgb(116,81,207); }
td.TdClassName
{
border-color: #7451CF;
}
.TagClassName
{
border-color: #7451CF;
}
</style>