Shades of Slate Blue #7653C8
Tints of Slate Blue #7653C8
RGB
CMYK
RGB Variations
Color information
#7653C8 (or 0x7653C8) is known color: Slate Blue. HEX triplet: 76, 53 and C8. RGB value is (118,83,200). Sum of RGB (Red+Green+Blue) = 118+83+200=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #7653C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653C8 is #89AC37. Grayscale: #6A6A6A. Windows color (decimal): -9022520 or 13128566. OLE color: 13128566.
HSL color Cylindrical-coordinate representation of color #7653C8: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7653C8 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 83 | 200 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.22 |
| HSL | 257.95º | 0.52% | 0.55% | - |
| HSV(B) | 257.95º | 0.59% | 0.78% | - |
| XYZ | 20.99 | 14.21 | 56.28 | - |
| YUV | 106.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 200 | 0.41 | 0.58 | 0 | 0.22 | 257.95 | 0.52 | 0.55 |
| Hex | 76 | 53 | C8 | 29 | 3A | 0 | 16 | 102 | 34 | 37 |
| Octal | 166 | 123 | 310 | 51 | 72 | 0 | 26 | 402 | 64 | 67 |
| Binary | 1110110 | 1010011 | 11001000 | 101001 | 111010 | 0 | 10110 | 100000010 | 110100 | 110111 |
Color Harmonies of #7653C8
Complementary color
Monochromatic Colors of #7653C8
Black with #7653C8
Text Example
Text Example
White with #7653C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653C8; }
p { color: rgb(118,83,200); }
H1.HeaderClassName
{
color: #7653C8;
}
.AnyTagClassName
{
color: #7653C8;
}
</style>
background-color css
<style>
a { background-color: #7653C8; }
a { background-color: rgb(118,83,200); }
div.DivClassName
{
background-color: #7653C8;
}
.BgClassName
{
background-color: #7653C8;
}
</style>
border-color css
<style>
span { border-color: #7653C8; }
span { border-color: rgb(118,83,200); }
td.TdClassName
{
border-color: #7653C8;
}
.TagClassName
{
border-color: #7653C8;
}
</style>