Shades of Dark Slate Blue #434087
Tints of Dark Slate Blue #434087
RGB
CMYK
RGB Variations
Color information
#434087 (or 0x434087) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 87. RGB value is (67,64,135). Sum of RGB (Red+Green+Blue) = 67+64+135=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #434087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434087 is #BCBF78. Grayscale: #484848. Windows color (decimal): -12369785 or 8863811. OLE color: 8863811.
HSL color Cylindrical-coordinate representation of color #434087: hue angle of 242.54º 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 #434087 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 64 | 135 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.47 |
| HSL | 242.54º | 0.36% | 0.39% | - |
| HSV(B) | 242.54º | 0.53% | 0.53% | - |
| XYZ | 8.52 | 6.61 | 23.75 | - |
| YUV | 72.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 135 | 0.50 | 0.53 | 0 | 0.47 | 242.54 | 0.36 | 0.39 |
| Hex | 43 | 40 | 87 | 32 | 35 | 0 | 2F | F3 | 24 | 27 |
| Octal | 103 | 100 | 207 | 62 | 65 | 0 | 57 | 363 | 44 | 47 |
| Binary | 1000011 | 1000000 | 10000111 | 110010 | 110101 | 0 | 101111 | 11110011 | 100100 | 100111 |
Color Harmonies of #434087
Complementary color
Monochromatic Colors of #434087
Black with #434087
Text Example
Text Example
White with #434087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434087; }
p { color: rgb(67,64,135); }
H1.HeaderClassName
{
color: #434087;
}
.AnyTagClassName
{
color: #434087;
}
</style>
background-color css
<style>
a { background-color: #434087; }
a { background-color: rgb(67,64,135); }
div.DivClassName
{
background-color: #434087;
}
.BgClassName
{
background-color: #434087;
}
</style>
border-color css
<style>
span { border-color: #434087; }
span { border-color: rgb(67,64,135); }
td.TdClassName
{
border-color: #434087;
}
.TagClassName
{
border-color: #434087;
}
</style>