Shades of Slate Blue #7752DA
Tints of Slate Blue #7752DA
RGB
CMYK
RGB Variations
Color information
#7752DA (or 0x7752DA) is known color: Slate Blue. HEX triplet: 77, 52 and DA. RGB value is (119,82,218). Sum of RGB (Red+Green+Blue) = 119+82+218=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #7752DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752DA is #88AD25. Grayscale: #6C6C6C. Windows color (decimal): -8957222 or 14307959. OLE color: 14307959.
HSL color Cylindrical-coordinate representation of color #7752DA: hue angle of 256.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7752DA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 82 | 218 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.15 |
| HSL | 256.32º | 0.65% | 0.59% | - |
| HSV(B) | 256.32º | 0.62% | 0.85% | - |
| XYZ | 23.28 | 15.02 | 68 | - |
| YUV | 108.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 218 | 0.45 | 0.62 | 0 | 0.15 | 256.32 | 0.65 | 0.59 |
| Hex | 77 | 52 | DA | 2D | 3E | 0 | F | 100 | 41 | 3B |
| Octal | 167 | 122 | 332 | 55 | 76 | 0 | 17 | 400 | 101 | 73 |
| Binary | 1110111 | 1010010 | 11011010 | 101101 | 111110 | 0 | 1111 | 100000000 | 1000001 | 111011 |
Color Harmonies of #7752DA
Complementary color
Monochromatic Colors of #7752DA
Black with #7752DA
Text Example
Text Example
White with #7752DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7752DA; }
p { color: rgb(119,82,218); }
H1.HeaderClassName
{
color: #7752DA;
}
.AnyTagClassName
{
color: #7752DA;
}
</style>
background-color css
<style>
a { background-color: #7752DA; }
a { background-color: rgb(119,82,218); }
div.DivClassName
{
background-color: #7752DA;
}
.BgClassName
{
background-color: #7752DA;
}
</style>
border-color css
<style>
span { border-color: #7752DA; }
span { border-color: rgb(119,82,218); }
td.TdClassName
{
border-color: #7752DA;
}
.TagClassName
{
border-color: #7752DA;
}
</style>