Shades of Dark Slate Blue #423E87
Tints of Dark Slate Blue #423E87
RGB
CMYK
RGB Variations
Color information
#423E87 (or 0x423E87) is known color: Dark Slate Blue. HEX triplet: 42, 3E and 87. RGB value is (66,62,135). Sum of RGB (Red+Green+Blue) = 66+62+135=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #423E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E87 is #BDC178. Grayscale: #474747. Windows color (decimal): -12435833 or 8863298. OLE color: 8863298.
HSL color Cylindrical-coordinate representation of color #423E87: hue angle of 243.29º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #423E87 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 62 | 135 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.47 |
| HSL | 243.29º | 0.37% | 0.39% | - |
| HSV(B) | 243.29º | 0.54% | 0.53% | - |
| XYZ | 8.34 | 6.35 | 23.71 | - |
| YUV | 71.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 135 | 0.51 | 0.54 | 0 | 0.47 | 243.29 | 0.37 | 0.39 |
| Hex | 42 | 3E | 87 | 33 | 36 | 0 | 2F | F3 | 25 | 27 |
| Octal | 102 | 76 | 207 | 63 | 66 | 0 | 57 | 363 | 45 | 47 |
| Binary | 1000010 | 111110 | 10000111 | 110011 | 110110 | 0 | 101111 | 11110011 | 100101 | 100111 |
Color Harmonies of #423E87
Complementary color
Monochromatic Colors of #423E87
Black with #423E87
Text Example
Text Example
White with #423E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E87; }
p { color: rgb(66,62,135); }
H1.HeaderClassName
{
color: #423E87;
}
.AnyTagClassName
{
color: #423E87;
}
</style>
background-color css
<style>
a { background-color: #423E87; }
a { background-color: rgb(66,62,135); }
div.DivClassName
{
background-color: #423E87;
}
.BgClassName
{
background-color: #423E87;
}
</style>
border-color css
<style>
span { border-color: #423E87; }
span { border-color: rgb(66,62,135); }
td.TdClassName
{
border-color: #423E87;
}
.TagClassName
{
border-color: #423E87;
}
</style>