Shades of Slate Blue #7752CE
Tints of Slate Blue #7752CE
RGB
CMYK
RGB Variations
Color information
#7752CE (or 0x7752CE) is known color: Slate Blue. HEX triplet: 77, 52 and CE. RGB value is (119,82,206). Sum of RGB (Red+Green+Blue) = 119+82+206=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7752CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752CE is #88AD31. Grayscale: #6A6A6A. Windows color (decimal): -8957234 or 13521527. OLE color: 13521527.
HSL color Cylindrical-coordinate representation of color #7752CE: hue angle of 257.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7752CE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 82 | 206 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.19 |
| HSL | 257.9º | 0.56% | 0.56% | - |
| HSV(B) | 257.9º | 0.6% | 0.81% | - |
| XYZ | 21.77 | 14.41 | 60.03 | - |
| YUV | 107.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 206 | 0.42 | 0.60 | 0 | 0.19 | 257.9 | 0.56 | 0.56 |
| Hex | 77 | 52 | CE | 2A | 3C | 0 | 13 | 102 | 38 | 38 |
| Octal | 167 | 122 | 316 | 52 | 74 | 0 | 23 | 402 | 70 | 70 |
| Binary | 1110111 | 1010010 | 11001110 | 101010 | 111100 | 0 | 10011 | 100000010 | 111000 | 111000 |
Color Harmonies of #7752CE
Complementary color
Monochromatic Colors of #7752CE
Black with #7752CE
Text Example
Text Example
White with #7752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752CE; }
p { color: rgb(119,82,206); }
H1.HeaderClassName
{
color: #7752CE;
}
.AnyTagClassName
{
color: #7752CE;
}
</style>
background-color css
<style>
a { background-color: #7752CE; }
a { background-color: rgb(119,82,206); }
div.DivClassName
{
background-color: #7752CE;
}
.BgClassName
{
background-color: #7752CE;
}
</style>
border-color css
<style>
span { border-color: #7752CE; }
span { border-color: rgb(119,82,206); }
td.TdClassName
{
border-color: #7752CE;
}
.TagClassName
{
border-color: #7752CE;
}
</style>