Shades of Slate Blue #7958CF
Tints of Slate Blue #7958CF
RGB
CMYK
RGB Variations
Color information
#7958CF (or 0x7958CF) is known color: Slate Blue. HEX triplet: 79, 58 and CF. RGB value is (121,88,207). Sum of RGB (Red+Green+Blue) = 121+88+207=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7958CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958CF is #86A730. Grayscale: #6E6E6E. Windows color (decimal): -8824625 or 13588601. OLE color: 13588601.
HSL color Cylindrical-coordinate representation of color #7958CF: hue angle of 256.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7958CF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 88 | 207 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.19 |
| HSL | 256.64º | 0.55% | 0.58% | - |
| HSV(B) | 256.64º | 0.57% | 0.81% | - |
| XYZ | 22.64 | 15.55 | 60.84 | - |
| YUV | 111.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 207 | 0.42 | 0.57 | 0 | 0.19 | 256.64 | 0.55 | 0.58 |
| Hex | 79 | 58 | CF | 2A | 39 | 0 | 13 | 101 | 37 | 3A |
| Octal | 171 | 130 | 317 | 52 | 71 | 0 | 23 | 401 | 67 | 72 |
| Binary | 1111001 | 1011000 | 11001111 | 101010 | 111001 | 0 | 10011 | 100000001 | 110111 | 111010 |
Color Harmonies of #7958CF
Complementary color
Monochromatic Colors of #7958CF
Black with #7958CF
Text Example
Text Example
White with #7958CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7958CF; }
p { color: rgb(121,88,207); }
H1.HeaderClassName
{
color: #7958CF;
}
.AnyTagClassName
{
color: #7958CF;
}
</style>
background-color css
<style>
a { background-color: #7958CF; }
a { background-color: rgb(121,88,207); }
div.DivClassName
{
background-color: #7958CF;
}
.BgClassName
{
background-color: #7958CF;
}
</style>
border-color css
<style>
span { border-color: #7958CF; }
span { border-color: rgb(121,88,207); }
td.TdClassName
{
border-color: #7958CF;
}
.TagClassName
{
border-color: #7958CF;
}
</style>