Shades of Slate Blue #7752DC
Tints of Slate Blue #7752DC
RGB
CMYK
RGB Variations
Color information
#7752DC (or 0x7752DC) is known color: Slate Blue. HEX triplet: 77, 52 and DC. RGB value is (119,82,220). Sum of RGB (Red+Green+Blue) = 119+82+220=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7752DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752DC is #88AD23. Grayscale: #6C6C6C. Windows color (decimal): -8957220 or 14439031. OLE color: 14439031.
HSL color Cylindrical-coordinate representation of color #7752DC: hue angle of 256.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7752DC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 82 | 220 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.14 |
| HSL | 256.09º | 0.66% | 0.59% | - |
| HSV(B) | 256.09º | 0.63% | 0.86% | - |
| XYZ | 23.54 | 15.12 | 69.39 | - |
| YUV | 108.8 | 190.76 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 220 | 0.46 | 0.63 | 0 | 0.14 | 256.09 | 0.66 | 0.59 |
| Hex | 77 | 52 | DC | 2E | 3F | 0 | E | 100 | 42 | 3B |
| Octal | 167 | 122 | 334 | 56 | 77 | 0 | 16 | 400 | 102 | 73 |
| Binary | 1110111 | 1010010 | 11011100 | 101110 | 111111 | 0 | 1110 | 100000000 | 1000010 | 111011 |
Color Harmonies of #7752DC
Complementary color
Monochromatic Colors of #7752DC
Black with #7752DC
Text Example
Text Example
White with #7752DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752DC; }
p { color: rgb(119,82,220); }
H1.HeaderClassName
{
color: #7752DC;
}
.AnyTagClassName
{
color: #7752DC;
}
</style>
background-color css
<style>
a { background-color: #7752DC; }
a { background-color: rgb(119,82,220); }
div.DivClassName
{
background-color: #7752DC;
}
.BgClassName
{
background-color: #7752DC;
}
</style>
border-color css
<style>
span { border-color: #7752DC; }
span { border-color: rgb(119,82,220); }
td.TdClassName
{
border-color: #7752DC;
}
.TagClassName
{
border-color: #7752DC;
}
</style>