Shades of Dark Slate Blue #454087
Tints of Dark Slate Blue #454087
RGB
CMYK
RGB Variations
Color information
#454087 (or 0x454087) is known color: Dark Slate Blue. HEX triplet: 45, 40 and 87. RGB value is (69,64,135). Sum of RGB (Red+Green+Blue) = 69+64+135=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #454087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454087 is #BABF78. Grayscale: #494949. Windows color (decimal): -12238713 or 8863813. OLE color: 8863813.
HSL color Cylindrical-coordinate representation of color #454087: hue angle of 244.23º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454087 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 64 | 135 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.47 |
| HSL | 244.23º | 0.36% | 0.39% | - |
| HSV(B) | 244.23º | 0.53% | 0.53% | - |
| XYZ | 8.66 | 6.68 | 23.75 | - |
| YUV | 73.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 135 | 0.49 | 0.53 | 0 | 0.47 | 244.23 | 0.36 | 0.39 |
| Hex | 45 | 40 | 87 | 31 | 35 | 0 | 2F | F4 | 24 | 27 |
| Octal | 105 | 100 | 207 | 61 | 65 | 0 | 57 | 364 | 44 | 47 |
| Binary | 1000101 | 1000000 | 10000111 | 110001 | 110101 | 0 | 101111 | 11110100 | 100100 | 100111 |
Color Harmonies of #454087
Complementary color
Monochromatic Colors of #454087
Black with #454087
Text Example
Text Example
White with #454087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454087; }
p { color: rgb(69,64,135); }
H1.HeaderClassName
{
color: #454087;
}
.AnyTagClassName
{
color: #454087;
}
</style>
background-color css
<style>
a { background-color: #454087; }
a { background-color: rgb(69,64,135); }
div.DivClassName
{
background-color: #454087;
}
.BgClassName
{
background-color: #454087;
}
</style>
border-color css
<style>
span { border-color: #454087; }
span { border-color: rgb(69,64,135); }
td.TdClassName
{
border-color: #454087;
}
.TagClassName
{
border-color: #454087;
}
</style>