Shades of Slate Blue #7951CF
Tints of Slate Blue #7951CF
RGB
CMYK
RGB Variations
Color information
#7951CF (or 0x7951CF) is known color: Slate Blue. HEX triplet: 79, 51 and CF. RGB value is (121,81,207). Sum of RGB (Red+Green+Blue) = 121+81+207=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7951CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951CF is #86AE30. Grayscale: #6A6A6A. Windows color (decimal): -8826417 or 13586809. OLE color: 13586809.
HSL color Cylindrical-coordinate representation of color #7951CF: hue angle of 259.05º 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 #7951CF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 81 | 207 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.19 |
| HSL | 259.05º | 0.57% | 0.56% | - |
| HSV(B) | 259.05º | 0.61% | 0.81% | - |
| XYZ | 22.09 | 14.45 | 60.66 | - |
| YUV | 107.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 207 | 0.42 | 0.61 | 0 | 0.19 | 259.05 | 0.57 | 0.56 |
| Hex | 79 | 51 | CF | 2A | 3D | 0 | 13 | 103 | 39 | 38 |
| Octal | 171 | 121 | 317 | 52 | 75 | 0 | 23 | 403 | 71 | 70 |
| Binary | 1111001 | 1010001 | 11001111 | 101010 | 111101 | 0 | 10011 | 100000011 | 111001 | 111000 |
Color Harmonies of #7951CF
Complementary color
Monochromatic Colors of #7951CF
Black with #7951CF
Text Example
Text Example
White with #7951CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951CF; }
p { color: rgb(121,81,207); }
H1.HeaderClassName
{
color: #7951CF;
}
.AnyTagClassName
{
color: #7951CF;
}
</style>
background-color css
<style>
a { background-color: #7951CF; }
a { background-color: rgb(121,81,207); }
div.DivClassName
{
background-color: #7951CF;
}
.BgClassName
{
background-color: #7951CF;
}
</style>
border-color css
<style>
span { border-color: #7951CF; }
span { border-color: rgb(121,81,207); }
td.TdClassName
{
border-color: #7951CF;
}
.TagClassName
{
border-color: #7951CF;
}
</style>