Shades of Slate Blue #534ECE
Tints of Slate Blue #534ECE
RGB
CMYK
RGB Variations
Color information
#534ECE (or 0x534ECE) is known color: Slate Blue. HEX triplet: 53, 4E and CE. RGB value is (83,78,206). Sum of RGB (Red+Green+Blue) = 83+78+206=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #534ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534ECE is #ACB131. Grayscale: #5D5D5D. Windows color (decimal): -11317554 or 13520467. OLE color: 13520467.
HSL color Cylindrical-coordinate representation of color #534ECE: hue angle of 242.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534ECE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 78 | 206 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.19 |
| HSL | 242.34º | 0.57% | 0.56% | - |
| HSV(B) | 242.34º | 0.62% | 0.81% | - |
| XYZ | 17.43 | 11.74 | 59.74 | - |
| YUV | 94.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 206 | 0.60 | 0.62 | 0 | 0.19 | 242.34 | 0.57 | 0.56 |
| Hex | 53 | 4E | CE | 3C | 3E | 0 | 13 | F2 | 39 | 38 |
| Octal | 123 | 116 | 316 | 74 | 76 | 0 | 23 | 362 | 71 | 70 |
| Binary | 1010011 | 1001110 | 11001110 | 111100 | 111110 | 0 | 10011 | 11110010 | 111001 | 111000 |
Color Harmonies of #534ECE
Complementary color
Monochromatic Colors of #534ECE
Black with #534ECE
Text Example
Text Example
White with #534ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534ECE; }
p { color: rgb(83,78,206); }
H1.HeaderClassName
{
color: #534ECE;
}
.AnyTagClassName
{
color: #534ECE;
}
</style>
background-color css
<style>
a { background-color: #534ECE; }
a { background-color: rgb(83,78,206); }
div.DivClassName
{
background-color: #534ECE;
}
.BgClassName
{
background-color: #534ECE;
}
</style>
border-color css
<style>
span { border-color: #534ECE; }
span { border-color: rgb(83,78,206); }
td.TdClassName
{
border-color: #534ECE;
}
.TagClassName
{
border-color: #534ECE;
}
</style>