Shades of Slate Blue #7752D7
Tints of Slate Blue #7752D7
RGB
CMYK
RGB Variations
Color information
#7752D7 (or 0x7752D7) is known color: Slate Blue. HEX triplet: 77, 52 and D7. RGB value is (119,82,215). Sum of RGB (Red+Green+Blue) = 119+82+215=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #7752D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752D7 is #88AD28. Grayscale: #6B6B6B. Windows color (decimal): -8957225 or 14111351. OLE color: 14111351.
HSL color Cylindrical-coordinate representation of color #7752D7: hue angle of 256.69º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7752D7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 82 | 215 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.16 |
| HSL | 256.69º | 0.62% | 0.58% | - |
| HSV(B) | 256.69º | 0.62% | 0.84% | - |
| XYZ | 22.89 | 14.86 | 65.95 | - |
| YUV | 108.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 215 | 0.45 | 0.62 | 0 | 0.16 | 256.69 | 0.62 | 0.58 |
| Hex | 77 | 52 | D7 | 2D | 3E | 0 | 10 | 101 | 3E | 3A |
| Octal | 167 | 122 | 327 | 55 | 76 | 0 | 20 | 401 | 76 | 72 |
| Binary | 1110111 | 1010010 | 11010111 | 101101 | 111110 | 0 | 10000 | 100000001 | 111110 | 111010 |
Color Harmonies of #7752D7
Complementary color
Monochromatic Colors of #7752D7
Black with #7752D7
Text Example
Text Example
White with #7752D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752D7; }
p { color: rgb(119,82,215); }
H1.HeaderClassName
{
color: #7752D7;
}
.AnyTagClassName
{
color: #7752D7;
}
</style>
background-color css
<style>
a { background-color: #7752D7; }
a { background-color: rgb(119,82,215); }
div.DivClassName
{
background-color: #7752D7;
}
.BgClassName
{
background-color: #7752D7;
}
</style>
border-color css
<style>
span { border-color: #7752D7; }
span { border-color: rgb(119,82,215); }
td.TdClassName
{
border-color: #7752D7;
}
.TagClassName
{
border-color: #7752D7;
}
</style>