Shades of Dark Slate Blue #454189
Tints of Dark Slate Blue #454189
RGB
CMYK
RGB Variations
Color information
#454189 (or 0x454189) is known color: Dark Slate Blue. HEX triplet: 45, 41 and 89. RGB value is (69,65,137). Sum of RGB (Red+Green+Blue) = 69+65+137=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #454189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454189 is #BABE76. Grayscale: #4A4A4A. Windows color (decimal): -12238455 or 8995141. OLE color: 8995141.
HSL color Cylindrical-coordinate representation of color #454189: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #454189 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 65 | 137 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.46 |
| HSL | 243.33º | 0.36% | 0.4% | - |
| HSV(B) | 243.33º | 0.53% | 0.54% | - |
| XYZ | 8.86 | 6.85 | 24.52 | - |
| YUV | 74.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 137 | 0.50 | 0.53 | 0 | 0.46 | 243.33 | 0.36 | 0.4 |
| Hex | 45 | 41 | 89 | 32 | 35 | 0 | 2E | F3 | 24 | 28 |
| Octal | 105 | 101 | 211 | 62 | 65 | 0 | 56 | 363 | 44 | 50 |
| Binary | 1000101 | 1000001 | 10001001 | 110010 | 110101 | 0 | 101110 | 11110011 | 100100 | 101000 |
Color Harmonies of #454189
Complementary color
Monochromatic Colors of #454189
Black with #454189
Text Example
Text Example
White with #454189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454189; }
p { color: rgb(69,65,137); }
H1.HeaderClassName
{
color: #454189;
}
.AnyTagClassName
{
color: #454189;
}
</style>
background-color css
<style>
a { background-color: #454189; }
a { background-color: rgb(69,65,137); }
div.DivClassName
{
background-color: #454189;
}
.BgClassName
{
background-color: #454189;
}
</style>
border-color css
<style>
span { border-color: #454189; }
span { border-color: rgb(69,65,137); }
td.TdClassName
{
border-color: #454189;
}
.TagClassName
{
border-color: #454189;
}
</style>