Shades of Slate Blue #534CD4
Tints of Slate Blue #534CD4
RGB
CMYK
RGB Variations
Color information
#534CD4 (or 0x534CD4) is known color: Slate Blue. HEX triplet: 53, 4C and D4. RGB value is (83,76,212). Sum of RGB (Red+Green+Blue) = 83+76+212=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #534CD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CD4 is #ACB32B. Grayscale: #5D5D5D. Windows color (decimal): -11318060 or 13913171. OLE color: 13913171.
HSL color Cylindrical-coordinate representation of color #534CD4: hue angle of 243.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #534CD4 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 76 | 212 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.17 |
| HSL | 243.09º | 0.61% | 0.56% | - |
| HSV(B) | 243.09º | 0.64% | 0.83% | - |
| XYZ | 18.04 | 11.76 | 63.61 | - |
| YUV | 93.6 | 194.82 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 212 | 0.61 | 0.64 | 0 | 0.17 | 243.09 | 0.61 | 0.56 |
| Hex | 53 | 4C | D4 | 3D | 40 | 0 | 11 | F3 | 3D | 38 |
| Octal | 123 | 114 | 324 | 75 | 100 | 0 | 21 | 363 | 75 | 70 |
| Binary | 1010011 | 1001100 | 11010100 | 111101 | 1000000 | 0 | 10001 | 11110011 | 111101 | 111000 |
Color Harmonies of #534CD4
Complementary color
Monochromatic Colors of #534CD4
Black with #534CD4
Text Example
Text Example
White with #534CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CD4; }
p { color: rgb(83,76,212); }
H1.HeaderClassName
{
color: #534CD4;
}
.AnyTagClassName
{
color: #534CD4;
}
</style>
background-color css
<style>
a { background-color: #534CD4; }
a { background-color: rgb(83,76,212); }
div.DivClassName
{
background-color: #534CD4;
}
.BgClassName
{
background-color: #534CD4;
}
</style>
border-color css
<style>
span { border-color: #534CD4; }
span { border-color: rgb(83,76,212); }
td.TdClassName
{
border-color: #534CD4;
}
.TagClassName
{
border-color: #534CD4;
}
</style>