Shades of Slate Blue #7653DA
Tints of Slate Blue #7653DA
RGB
CMYK
RGB Variations
Color information
#7653DA (or 0x7653DA) is known color: Slate Blue. HEX triplet: 76, 53 and DA. RGB value is (118,83,218). Sum of RGB (Red+Green+Blue) = 118+83+218=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 83 (32.81% from 255 or 19.81% 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 #7653DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653DA is #89AC25. Grayscale: #6C6C6C. Windows color (decimal): -9022502 or 14308214. OLE color: 14308214.
HSL color Cylindrical-coordinate representation of color #7653DA: hue angle of 255.56º 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 #7653DA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 83 | 218 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.15 |
| HSL | 255.56º | 0.65% | 0.59% | - |
| HSV(B) | 255.56º | 0.62% | 0.85% | - |
| XYZ | 23.22 | 15.1 | 68.02 | - |
| YUV | 108.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 218 | 0.46 | 0.62 | 0 | 0.15 | 255.56 | 0.65 | 0.59 |
| Hex | 76 | 53 | DA | 2E | 3E | 0 | F | 100 | 41 | 3B |
| Octal | 166 | 123 | 332 | 56 | 76 | 0 | 17 | 400 | 101 | 73 |
| Binary | 1110110 | 1010011 | 11011010 | 101110 | 111110 | 0 | 1111 | 100000000 | 1000001 | 111011 |
Color Harmonies of #7653DA
Complementary color
Monochromatic Colors of #7653DA
Black with #7653DA
Text Example
Text Example
White with #7653DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653DA; }
p { color: rgb(118,83,218); }
H1.HeaderClassName
{
color: #7653DA;
}
.AnyTagClassName
{
color: #7653DA;
}
</style>
background-color css
<style>
a { background-color: #7653DA; }
a { background-color: rgb(118,83,218); }
div.DivClassName
{
background-color: #7653DA;
}
.BgClassName
{
background-color: #7653DA;
}
</style>
border-color css
<style>
span { border-color: #7653DA; }
span { border-color: rgb(118,83,218); }
td.TdClassName
{
border-color: #7653DA;
}
.TagClassName
{
border-color: #7653DA;
}
</style>