Shades of True V #825BC8
Tints of True V #825BC8
RGB
CMYK
RGB Variations
Color information
#825BC8 (or 0x825BC8) is known color: True V. HEX triplet: 82, 5B and C8. RGB value is (130,91,200). Sum of RGB (Red+Green+Blue) = 130+91+200=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #825BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC8 is #7DA437. Grayscale: #727272. Windows color (decimal): -8234040 or 13130626. OLE color: 13130626.
HSL color Cylindrical-coordinate representation of color #825BC8: hue angle of 261.47º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825BC8 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 91 | 200 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.22 |
| HSL | 261.47º | 0.5% | 0.57% | - |
| HSV(B) | 261.47º | 0.55% | 0.78% | - |
| XYZ | 23.37 | 16.4 | 56.58 | - |
| YUV | 115.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 200 | 0.35 | 0.54 | 0 | 0.22 | 261.47 | 0.5 | 0.57 |
| Hex | 82 | 5B | C8 | 23 | 36 | 0 | 16 | 105 | 32 | 39 |
| Octal | 202 | 133 | 310 | 43 | 66 | 0 | 26 | 405 | 62 | 71 |
| Binary | 10000010 | 1011011 | 11001000 | 100011 | 110110 | 0 | 10110 | 100000101 | 110010 | 111001 |
Color Harmonies of #825BC8
Complementary color
Monochromatic Colors of #825BC8
Black with #825BC8
Text Example
Text Example
White with #825BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BC8; }
p { color: rgb(130,91,200); }
H1.HeaderClassName
{
color: #825BC8;
}
.AnyTagClassName
{
color: #825BC8;
}
</style>
background-color css
<style>
a { background-color: #825BC8; }
a { background-color: rgb(130,91,200); }
div.DivClassName
{
background-color: #825BC8;
}
.BgClassName
{
background-color: #825BC8;
}
</style>
border-color css
<style>
span { border-color: #825BC8; }
span { border-color: rgb(130,91,200); }
td.TdClassName
{
border-color: #825BC8;
}
.TagClassName
{
border-color: #825BC8;
}
</style>