Shades of Slate Blue #7751C9
Tints of Slate Blue #7751C9
RGB
CMYK
RGB Variations
Color information
#7751C9 (or 0x7751C9) is known color: Slate Blue. HEX triplet: 77, 51 and C9. RGB value is (119,81,201). Sum of RGB (Red+Green+Blue) = 119+81+201=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #7751C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751C9 is #88AE36. Grayscale: #696969. Windows color (decimal): -8957495 or 13193591. OLE color: 13193591.
HSL color Cylindrical-coordinate representation of color #7751C9: hue angle of 259º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7751C9 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 81 | 201 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.21 |
| HSL | 259º | 0.53% | 0.55% | - |
| HSV(B) | 259º | 0.6% | 0.79% | - |
| XYZ | 21.09 | 14.02 | 56.85 | - |
| YUV | 106.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 81 | 201 | 0.41 | 0.60 | 0 | 0.21 | 259 | 0.53 | 0.55 |
| Hex | 77 | 51 | C9 | 29 | 3C | 0 | 15 | 103 | 35 | 37 |
| Octal | 167 | 121 | 311 | 51 | 74 | 0 | 25 | 403 | 65 | 67 |
| Binary | 1110111 | 1010001 | 11001001 | 101001 | 111100 | 0 | 10101 | 100000011 | 110101 | 110111 |
Color Harmonies of #7751C9
Complementary color
Monochromatic Colors of #7751C9
Black with #7751C9
Text Example
Text Example
White with #7751C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7751C9; }
p { color: rgb(119,81,201); }
H1.HeaderClassName
{
color: #7751C9;
}
.AnyTagClassName
{
color: #7751C9;
}
</style>
background-color css
<style>
a { background-color: #7751C9; }
a { background-color: rgb(119,81,201); }
div.DivClassName
{
background-color: #7751C9;
}
.BgClassName
{
background-color: #7751C9;
}
</style>
border-color css
<style>
span { border-color: #7751C9; }
span { border-color: rgb(119,81,201); }
td.TdClassName
{
border-color: #7751C9;
}
.TagClassName
{
border-color: #7751C9;
}
</style>