Shades of Slate Blue #7652DA
Tints of Slate Blue #7652DA
RGB
CMYK
RGB Variations
Color information
#7652DA (or 0x7652DA) is known color: Slate Blue. HEX triplet: 76, 52 and DA. RGB value is (118,82,218). Sum of RGB (Red+Green+Blue) = 118+82+218=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #7652DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652DA is #89AD25. Grayscale: #6B6B6B. Windows color (decimal): -9022758 or 14307958. OLE color: 14307958.
HSL color Cylindrical-coordinate representation of color #7652DA: hue angle of 255.88º 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 #7652DA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 82 | 218 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.15 |
| HSL | 255.88º | 0.65% | 0.59% | - |
| HSV(B) | 255.88º | 0.62% | 0.85% | - |
| XYZ | 23.14 | 14.95 | 68 | - |
| YUV | 108.27 | 189.93 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 218 | 0.46 | 0.62 | 0 | 0.15 | 255.88 | 0.65 | 0.59 |
| Hex | 76 | 52 | DA | 2E | 3E | 0 | F | 100 | 41 | 3B |
| Octal | 166 | 122 | 332 | 56 | 76 | 0 | 17 | 400 | 101 | 73 |
| Binary | 1110110 | 1010010 | 11011010 | 101110 | 111110 | 0 | 1111 | 100000000 | 1000001 | 111011 |
Color Harmonies of #7652DA
Complementary color
Monochromatic Colors of #7652DA
Black with #7652DA
Text Example
Text Example
White with #7652DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652DA; }
p { color: rgb(118,82,218); }
H1.HeaderClassName
{
color: #7652DA;
}
.AnyTagClassName
{
color: #7652DA;
}
</style>
background-color css
<style>
a { background-color: #7652DA; }
a { background-color: rgb(118,82,218); }
div.DivClassName
{
background-color: #7652DA;
}
.BgClassName
{
background-color: #7652DA;
}
</style>
border-color css
<style>
span { border-color: #7652DA; }
span { border-color: rgb(118,82,218); }
td.TdClassName
{
border-color: #7652DA;
}
.TagClassName
{
border-color: #7652DA;
}
</style>