Shades of Slate Blue #534AD7
Tints of Slate Blue #534AD7
RGB
CMYK
RGB Variations
Color information
#534AD7 (or 0x534AD7) is known color: Slate Blue. HEX triplet: 53, 4A and D7. RGB value is (83,74,215). Sum of RGB (Red+Green+Blue) = 83+74+215=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #534AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AD7 is #ACB528. Grayscale: #5C5C5C. Windows color (decimal): -11318569 or 14109267. OLE color: 14109267.
HSL color Cylindrical-coordinate representation of color #534AD7: hue angle of 243.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534AD7 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 74 | 215 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.16 |
| HSL | 243.83º | 0.64% | 0.57% | - |
| HSV(B) | 243.83º | 0.66% | 0.84% | - |
| XYZ | 18.28 | 11.64 | 65.57 | - |
| YUV | 92.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 215 | 0.61 | 0.66 | 0 | 0.16 | 243.83 | 0.64 | 0.57 |
| Hex | 53 | 4A | D7 | 3D | 42 | 0 | 10 | F4 | 40 | 39 |
| Octal | 123 | 112 | 327 | 75 | 102 | 0 | 20 | 364 | 100 | 71 |
| Binary | 1010011 | 1001010 | 11010111 | 111101 | 1000010 | 0 | 10000 | 11110100 | 1000000 | 111001 |
Color Harmonies of #534AD7
Complementary color
Monochromatic Colors of #534AD7
Black with #534AD7
Text Example
Text Example
White with #534AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AD7; }
p { color: rgb(83,74,215); }
H1.HeaderClassName
{
color: #534AD7;
}
.AnyTagClassName
{
color: #534AD7;
}
</style>
background-color css
<style>
a { background-color: #534AD7; }
a { background-color: rgb(83,74,215); }
div.DivClassName
{
background-color: #534AD7;
}
.BgClassName
{
background-color: #534AD7;
}
</style>
border-color css
<style>
span { border-color: #534AD7; }
span { border-color: rgb(83,74,215); }
td.TdClassName
{
border-color: #534AD7;
}
.TagClassName
{
border-color: #534AD7;
}
</style>