Shades of Slate Blue #7955C4
Tints of Slate Blue #7955C4
RGB
CMYK
RGB Variations
Color information
#7955C4 (or 0x7955C4) is known color: Slate Blue. HEX triplet: 79, 55 and C4. RGB value is (121,85,196). Sum of RGB (Red+Green+Blue) = 121+85+196=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #7955C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955C4 is #86AA3B. Grayscale: #6C6C6C. Windows color (decimal): -8825404 or 12866937. OLE color: 12866937.
HSL color Cylindrical-coordinate representation of color #7955C4: hue angle of 259.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7955C4 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 85 | 196 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.23 |
| HSL | 259.46º | 0.48% | 0.55% | - |
| HSV(B) | 259.46º | 0.57% | 0.77% | - |
| XYZ | 21.1 | 14.55 | 53.92 | - |
| YUV | 108.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 196 | 0.38 | 0.57 | 0 | 0.23 | 259.46 | 0.48 | 0.55 |
| Hex | 79 | 55 | C4 | 26 | 39 | 0 | 17 | 103 | 30 | 37 |
| Octal | 171 | 125 | 304 | 46 | 71 | 0 | 27 | 403 | 60 | 67 |
| Binary | 1111001 | 1010101 | 11000100 | 100110 | 111001 | 0 | 10111 | 100000011 | 110000 | 110111 |
Color Harmonies of #7955C4
Complementary color
Monochromatic Colors of #7955C4
Black with #7955C4
Text Example
Text Example
White with #7955C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7955C4; }
p { color: rgb(121,85,196); }
H1.HeaderClassName
{
color: #7955C4;
}
.AnyTagClassName
{
color: #7955C4;
}
</style>
background-color css
<style>
a { background-color: #7955C4; }
a { background-color: rgb(121,85,196); }
div.DivClassName
{
background-color: #7955C4;
}
.BgClassName
{
background-color: #7955C4;
}
</style>
border-color css
<style>
span { border-color: #7955C4; }
span { border-color: rgb(121,85,196); }
td.TdClassName
{
border-color: #7955C4;
}
.TagClassName
{
border-color: #7955C4;
}
</style>