Shades of Slate Blue #7652D0
Tints of Slate Blue #7652D0
RGB
CMYK
RGB Variations
Color information
#7652D0 (or 0x7652D0) is known color: Slate Blue. HEX triplet: 76, 52 and D0. RGB value is (118,82,208). Sum of RGB (Red+Green+Blue) = 118+82+208=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #7652D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652D0 is #89AD2F. Grayscale: #6A6A6A. Windows color (decimal): -9022768 or 13652598. OLE color: 13652598.
HSL color Cylindrical-coordinate representation of color #7652D0: hue angle of 257.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7652D0 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 82 | 208 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.18 |
| HSL | 257.14º | 0.57% | 0.57% | - |
| HSV(B) | 257.14º | 0.61% | 0.82% | - |
| XYZ | 21.87 | 14.44 | 61.31 | - |
| YUV | 107.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 208 | 0.43 | 0.61 | 0 | 0.18 | 257.14 | 0.57 | 0.57 |
| Hex | 76 | 52 | D0 | 2B | 3D | 0 | 12 | 101 | 39 | 39 |
| Octal | 166 | 122 | 320 | 53 | 75 | 0 | 22 | 401 | 71 | 71 |
| Binary | 1110110 | 1010010 | 11010000 | 101011 | 111101 | 0 | 10010 | 100000001 | 111001 | 111001 |
Color Harmonies of #7652D0
Complementary color
Monochromatic Colors of #7652D0
Black with #7652D0
Text Example
Text Example
White with #7652D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652D0; }
p { color: rgb(118,82,208); }
H1.HeaderClassName
{
color: #7652D0;
}
.AnyTagClassName
{
color: #7652D0;
}
</style>
background-color css
<style>
a { background-color: #7652D0; }
a { background-color: rgb(118,82,208); }
div.DivClassName
{
background-color: #7652D0;
}
.BgClassName
{
background-color: #7652D0;
}
</style>
border-color css
<style>
span { border-color: #7652D0; }
span { border-color: rgb(118,82,208); }
td.TdClassName
{
border-color: #7652D0;
}
.TagClassName
{
border-color: #7652D0;
}
</style>