Shades of Slate Blue #7553D6
Tints of Slate Blue #7553D6
RGB
CMYK
RGB Variations
Color information
#7553D6 (or 0x7553D6) is known color: Slate Blue. HEX triplet: 75, 53 and D6. RGB value is (117,83,214). Sum of RGB (Red+Green+Blue) = 117+83+214=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #7553D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553D6 is #8AAC29. Grayscale: #6B6B6B. Windows color (decimal): -9088042 or 14046069. OLE color: 14046069.
HSL color Cylindrical-coordinate representation of color #7553D6: hue angle of 255.57º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7553D6 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 83 | 214 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.16 |
| HSL | 255.57º | 0.62% | 0.58% | - |
| HSV(B) | 255.57º | 0.61% | 0.84% | - |
| XYZ | 22.57 | 14.82 | 65.29 | - |
| YUV | 108.1 | 187.76 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 214 | 0.45 | 0.61 | 0 | 0.16 | 255.57 | 0.62 | 0.58 |
| Hex | 75 | 53 | D6 | 2D | 3D | 0 | 10 | 100 | 3E | 3A |
| Octal | 165 | 123 | 326 | 55 | 75 | 0 | 20 | 400 | 76 | 72 |
| Binary | 1110101 | 1010011 | 11010110 | 101101 | 111101 | 0 | 10000 | 100000000 | 111110 | 111010 |
Color Harmonies of #7553D6
Complementary color
Monochromatic Colors of #7553D6
Black with #7553D6
Text Example
Text Example
White with #7553D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553D6; }
p { color: rgb(117,83,214); }
H1.HeaderClassName
{
color: #7553D6;
}
.AnyTagClassName
{
color: #7553D6;
}
</style>
background-color css
<style>
a { background-color: #7553D6; }
a { background-color: rgb(117,83,214); }
div.DivClassName
{
background-color: #7553D6;
}
.BgClassName
{
background-color: #7553D6;
}
</style>
border-color css
<style>
span { border-color: #7553D6; }
span { border-color: rgb(117,83,214); }
td.TdClassName
{
border-color: #7553D6;
}
.TagClassName
{
border-color: #7553D6;
}
</style>