Shades of True V #856ACD
Tints of True V #856ACD
RGB
CMYK
RGB Variations
Color information
#856ACD (or 0x856ACD) is known color: True V. HEX triplet: 85, 6A and CD. RGB value is (133,106,205). Sum of RGB (Red+Green+Blue) = 133+106+205=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #856ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ACD is #7A9532. Grayscale: #7C7C7C. Windows color (decimal): -8033587 or 13462149. OLE color: 13462149.
HSL color Cylindrical-coordinate representation of color #856ACD: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856ACD is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 106 | 205 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.20 |
| HSL | 256.36º | 0.5% | 0.61% | - |
| HSV(B) | 256.36º | 0.48% | 0.8% | - |
| XYZ | 25.85 | 19.7 | 60.2 | - |
| YUV | 125.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 205 | 0.35 | 0.48 | 0 | 0.20 | 256.36 | 0.5 | 0.61 |
| Hex | 85 | 6A | CD | 23 | 30 | 0 | 14 | 100 | 32 | 3D |
| Octal | 205 | 152 | 315 | 43 | 60 | 0 | 24 | 400 | 62 | 75 |
| Binary | 10000101 | 1101010 | 11001101 | 100011 | 110000 | 0 | 10100 | 100000000 | 110010 | 111101 |
Color Harmonies of #856ACD
Complementary color
Monochromatic Colors of #856ACD
Black with #856ACD
Text Example
Text Example
White with #856ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856ACD; }
p { color: rgb(133,106,205); }
H1.HeaderClassName
{
color: #856ACD;
}
.AnyTagClassName
{
color: #856ACD;
}
</style>
background-color css
<style>
a { background-color: #856ACD; }
a { background-color: rgb(133,106,205); }
div.DivClassName
{
background-color: #856ACD;
}
.BgClassName
{
background-color: #856ACD;
}
</style>
border-color css
<style>
span { border-color: #856ACD; }
span { border-color: rgb(133,106,205); }
td.TdClassName
{
border-color: #856ACD;
}
.TagClassName
{
border-color: #856ACD;
}
</style>