Shades of True V #856FCC
Tints of True V #856FCC
RGB
CMYK
RGB Variations
Color information
#856FCC (or 0x856FCC) is known color: True V. HEX triplet: 85, 6F and CC. RGB value is (133,111,204). Sum of RGB (Red+Green+Blue) = 133+111+204=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #856FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FCC is #7A9033. Grayscale: #7F7F7F. Windows color (decimal): -8032308 or 13397893. OLE color: 13397893.
HSL color Cylindrical-coordinate representation of color #856FCC: hue angle of 254.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856FCC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 111 | 204 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.2 |
| HSL | 254.19º | 0.48% | 0.62% | - |
| HSV(B) | 254.19º | 0.46% | 0.8% | - |
| XYZ | 26.26 | 20.72 | 59.74 | - |
| YUV | 128.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 204 | 0.35 | 0.46 | 0 | 0.2 | 254.19 | 0.48 | 0.62 |
| Hex | 85 | 6F | CC | 23 | 2E | 0 | 14 | FE | 30 | 3E |
| Octal | 205 | 157 | 314 | 43 | 56 | 0 | 24 | 376 | 60 | 76 |
| Binary | 10000101 | 1101111 | 11001100 | 100011 | 101110 | 0 | 10100 | 11111110 | 110000 | 111110 |
Color Harmonies of #856FCC
Complementary color
Monochromatic Colors of #856FCC
Black with #856FCC
Text Example
Text Example
White with #856FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FCC; }
p { color: rgb(133,111,204); }
H1.HeaderClassName
{
color: #856FCC;
}
.AnyTagClassName
{
color: #856FCC;
}
</style>
background-color css
<style>
a { background-color: #856FCC; }
a { background-color: rgb(133,111,204); }
div.DivClassName
{
background-color: #856FCC;
}
.BgClassName
{
background-color: #856FCC;
}
</style>
border-color css
<style>
span { border-color: #856FCC; }
span { border-color: rgb(133,111,204); }
td.TdClassName
{
border-color: #856FCC;
}
.TagClassName
{
border-color: #856FCC;
}
</style>