Shades of Slate Blue #7955CC
Tints of Slate Blue #7955CC
RGB
CMYK
RGB Variations
Color information
#7955CC (or 0x7955CC) is known color: Slate Blue. HEX triplet: 79, 55 and CC. RGB value is (121,85,204). Sum of RGB (Red+Green+Blue) = 121+85+204=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #7955CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955CC is #86AA33. Grayscale: #6C6C6C. Windows color (decimal): -8825396 or 13391225. OLE color: 13391225.
HSL color Cylindrical-coordinate representation of color #7955CC: hue angle of 258.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7955CC is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 85 | 204 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.2 |
| HSL | 258.15º | 0.54% | 0.57% | - |
| HSV(B) | 258.15º | 0.58% | 0.8% | - |
| XYZ | 22.03 | 14.92 | 58.85 | - |
| YUV | 109.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 204 | 0.41 | 0.58 | 0 | 0.2 | 258.15 | 0.54 | 0.57 |
| Hex | 79 | 55 | CC | 29 | 3A | 0 | 14 | 102 | 36 | 39 |
| Octal | 171 | 125 | 314 | 51 | 72 | 0 | 24 | 402 | 66 | 71 |
| Binary | 1111001 | 1010101 | 11001100 | 101001 | 111010 | 0 | 10100 | 100000010 | 110110 | 111001 |
Color Harmonies of #7955CC
Complementary color
Monochromatic Colors of #7955CC
Black with #7955CC
Text Example
Text Example
White with #7955CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7955CC; }
p { color: rgb(121,85,204); }
H1.HeaderClassName
{
color: #7955CC;
}
.AnyTagClassName
{
color: #7955CC;
}
</style>
background-color css
<style>
a { background-color: #7955CC; }
a { background-color: rgb(121,85,204); }
div.DivClassName
{
background-color: #7955CC;
}
.BgClassName
{
background-color: #7955CC;
}
</style>
border-color css
<style>
span { border-color: #7955CC; }
span { border-color: rgb(121,85,204); }
td.TdClassName
{
border-color: #7955CC;
}
.TagClassName
{
border-color: #7955CC;
}
</style>