Shades of Dark Slate Blue #454387
Tints of Dark Slate Blue #454387
RGB
CMYK
RGB Variations
Color information
#454387 (or 0x454387) is known color: Dark Slate Blue. HEX triplet: 45, 43 and 87. RGB value is (69,67,135). Sum of RGB (Red+Green+Blue) = 69+67+135=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #454387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454387 is #BABC78. Grayscale: #4B4B4B. Windows color (decimal): -12237945 or 8864581. OLE color: 8864581.
HSL color Cylindrical-coordinate representation of color #454387: hue angle of 241.76º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454387 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 67 | 135 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.47 |
| HSL | 241.76º | 0.34% | 0.4% | - |
| HSV(B) | 241.76º | 0.5% | 0.53% | - |
| XYZ | 8.83 | 7.03 | 23.81 | - |
| YUV | 75.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 135 | 0.49 | 0.50 | 0 | 0.47 | 241.76 | 0.34 | 0.4 |
| Hex | 45 | 43 | 87 | 31 | 32 | 0 | 2F | F2 | 22 | 28 |
| Octal | 105 | 103 | 207 | 61 | 62 | 0 | 57 | 362 | 42 | 50 |
| Binary | 1000101 | 1000011 | 10000111 | 110001 | 110010 | 0 | 101111 | 11110010 | 100010 | 101000 |
Color Harmonies of #454387
Complementary color
Monochromatic Colors of #454387
Black with #454387
Text Example
Text Example
White with #454387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454387; }
p { color: rgb(69,67,135); }
H1.HeaderClassName
{
color: #454387;
}
.AnyTagClassName
{
color: #454387;
}
</style>
background-color css
<style>
a { background-color: #454387; }
a { background-color: rgb(69,67,135); }
div.DivClassName
{
background-color: #454387;
}
.BgClassName
{
background-color: #454387;
}
</style>
border-color css
<style>
span { border-color: #454387; }
span { border-color: rgb(69,67,135); }
td.TdClassName
{
border-color: #454387;
}
.TagClassName
{
border-color: #454387;
}
</style>