Shades of Slate Blue #7652DD
Tints of Slate Blue #7652DD
RGB
CMYK
RGB Variations
Color information
#7652DD (or 0x7652DD) is known color: Slate Blue. HEX triplet: 76, 52 and DD. RGB value is (118,82,221). Sum of RGB (Red+Green+Blue) = 118+82+221=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #7652DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652DD is #89AD22. Grayscale: #6C6C6C. Windows color (decimal): -9022755 or 14504566. OLE color: 14504566.
HSL color Cylindrical-coordinate representation of color #7652DD: hue angle of 255.54º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7652DD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 82 | 221 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.13 |
| HSL | 255.54º | 0.67% | 0.59% | - |
| HSV(B) | 255.54º | 0.63% | 0.87% | - |
| XYZ | 23.54 | 15.11 | 70.08 | - |
| YUV | 108.61 | 191.43 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 221 | 0.47 | 0.63 | 0 | 0.13 | 255.54 | 0.67 | 0.59 |
| Hex | 76 | 52 | DD | 2F | 3F | 0 | D | 100 | 43 | 3B |
| Octal | 166 | 122 | 335 | 57 | 77 | 0 | 15 | 400 | 103 | 73 |
| Binary | 1110110 | 1010010 | 11011101 | 101111 | 111111 | 0 | 1101 | 100000000 | 1000011 | 111011 |
Color Harmonies of #7652DD
Complementary color
Monochromatic Colors of #7652DD
Black with #7652DD
Text Example
Text Example
White with #7652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652DD; }
p { color: rgb(118,82,221); }
H1.HeaderClassName
{
color: #7652DD;
}
.AnyTagClassName
{
color: #7652DD;
}
</style>
background-color css
<style>
a { background-color: #7652DD; }
a { background-color: rgb(118,82,221); }
div.DivClassName
{
background-color: #7652DD;
}
.BgClassName
{
background-color: #7652DD;
}
</style>
border-color css
<style>
span { border-color: #7652DD; }
span { border-color: rgb(118,82,221); }
td.TdClassName
{
border-color: #7652DD;
}
.TagClassName
{
border-color: #7652DD;
}
</style>