Shades of Slate Blue #534CD8
Tints of Slate Blue #534CD8
RGB
CMYK
RGB Variations
Color information
#534CD8 (or 0x534CD8) is known color: Slate Blue. HEX triplet: 53, 4C and D8. RGB value is (83,76,216). Sum of RGB (Red+Green+Blue) = 83+76+216=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #534CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CD8 is #ACB327. Grayscale: #5D5D5D. Windows color (decimal): -11318056 or 14175315. OLE color: 14175315.
HSL color Cylindrical-coordinate representation of color #534CD8: hue angle of 243º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534CD8 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 76 | 216 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.15 |
| HSL | 243º | 0.64% | 0.57% | - |
| HSV(B) | 243º | 0.65% | 0.85% | - |
| XYZ | 18.55 | 11.97 | 66.3 | - |
| YUV | 94.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 216 | 0.62 | 0.65 | 0 | 0.15 | 243 | 0.64 | 0.57 |
| Hex | 53 | 4C | D8 | 3E | 41 | 0 | F | F3 | 40 | 39 |
| Octal | 123 | 114 | 330 | 76 | 101 | 0 | 17 | 363 | 100 | 71 |
| Binary | 1010011 | 1001100 | 11011000 | 111110 | 1000001 | 0 | 1111 | 11110011 | 1000000 | 111001 |
Color Harmonies of #534CD8
Complementary color
Monochromatic Colors of #534CD8
Black with #534CD8
Text Example
Text Example
White with #534CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CD8; }
p { color: rgb(83,76,216); }
H1.HeaderClassName
{
color: #534CD8;
}
.AnyTagClassName
{
color: #534CD8;
}
</style>
background-color css
<style>
a { background-color: #534CD8; }
a { background-color: rgb(83,76,216); }
div.DivClassName
{
background-color: #534CD8;
}
.BgClassName
{
background-color: #534CD8;
}
</style>
border-color css
<style>
span { border-color: #534CD8; }
span { border-color: rgb(83,76,216); }
td.TdClassName
{
border-color: #534CD8;
}
.TagClassName
{
border-color: #534CD8;
}
</style>