Shades of Dark Slate Blue #454287
Tints of Dark Slate Blue #454287
RGB
CMYK
RGB Variations
Color information
#454287 (or 0x454287) is known color: Dark Slate Blue. HEX triplet: 45, 42 and 87. RGB value is (69,66,135). Sum of RGB (Red+Green+Blue) = 69+66+135=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #454287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454287 is #BABD78. Grayscale: #4A4A4A. Windows color (decimal): -12238201 or 8864325. OLE color: 8864325.
HSL color Cylindrical-coordinate representation of color #454287: hue angle of 242.61º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #454287 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 66 | 135 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.47 |
| HSL | 242.61º | 0.34% | 0.39% | - |
| HSV(B) | 242.61º | 0.51% | 0.53% | - |
| XYZ | 8.78 | 6.91 | 23.79 | - |
| YUV | 74.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 135 | 0.49 | 0.51 | 0 | 0.47 | 242.61 | 0.34 | 0.39 |
| Hex | 45 | 42 | 87 | 31 | 33 | 0 | 2F | F3 | 22 | 27 |
| Octal | 105 | 102 | 207 | 61 | 63 | 0 | 57 | 363 | 42 | 47 |
| Binary | 1000101 | 1000010 | 10000111 | 110001 | 110011 | 0 | 101111 | 11110011 | 100010 | 100111 |
Color Harmonies of #454287
Complementary color
Monochromatic Colors of #454287
Black with #454287
Text Example
Text Example
White with #454287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454287; }
p { color: rgb(69,66,135); }
H1.HeaderClassName
{
color: #454287;
}
.AnyTagClassName
{
color: #454287;
}
</style>
background-color css
<style>
a { background-color: #454287; }
a { background-color: rgb(69,66,135); }
div.DivClassName
{
background-color: #454287;
}
.BgClassName
{
background-color: #454287;
}
</style>
border-color css
<style>
span { border-color: #454287; }
span { border-color: rgb(69,66,135); }
td.TdClassName
{
border-color: #454287;
}
.TagClassName
{
border-color: #454287;
}
</style>