Shades of Dark Slate Blue #434085
Tints of Dark Slate Blue #434085
RGB
CMYK
RGB Variations
Color information
#434085 (or 0x434085) is known color: Dark Slate Blue. HEX triplet: 43, 40 and 85. RGB value is (67,64,133). Sum of RGB (Red+Green+Blue) = 67+64+133=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #434085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434085 is #BCBF7A. Grayscale: #484848. Windows color (decimal): -12369787 or 8732739. OLE color: 8732739.
HSL color Cylindrical-coordinate representation of color #434085: hue angle of 242.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #434085 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 64 | 133 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.48 |
| HSL | 242.61º | 0.35% | 0.39% | - |
| HSV(B) | 242.61º | 0.52% | 0.52% | - |
| XYZ | 8.38 | 6.55 | 23.01 | - |
| YUV | 72.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 133 | 0.50 | 0.52 | 0 | 0.48 | 242.61 | 0.35 | 0.39 |
| Hex | 43 | 40 | 85 | 32 | 34 | 0 | 30 | F3 | 23 | 27 |
| Octal | 103 | 100 | 205 | 62 | 64 | 0 | 60 | 363 | 43 | 47 |
| Binary | 1000011 | 1000000 | 10000101 | 110010 | 110100 | 0 | 110000 | 11110011 | 100011 | 100111 |
Color Harmonies of #434085
Complementary color
Monochromatic Colors of #434085
Black with #434085
Text Example
Text Example
White with #434085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434085; }
p { color: rgb(67,64,133); }
H1.HeaderClassName
{
color: #434085;
}
.AnyTagClassName
{
color: #434085;
}
</style>
background-color css
<style>
a { background-color: #434085; }
a { background-color: rgb(67,64,133); }
div.DivClassName
{
background-color: #434085;
}
.BgClassName
{
background-color: #434085;
}
</style>
border-color css
<style>
span { border-color: #434085; }
span { border-color: rgb(67,64,133); }
td.TdClassName
{
border-color: #434085;
}
.TagClassName
{
border-color: #434085;
}
</style>