Shades of Studio #825AB3
Tints of Studio #825AB3
RGB
CMYK
RGB Variations
Color information
#825AB3 (or 0x825AB3) is known color: Studio. HEX triplet: 82, 5A and B3. RGB value is (130,90,179). Sum of RGB (Red+Green+Blue) = 130+90+179=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #825AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AB3 is #7DA54C. Grayscale: #6F6F6F. Windows color (decimal): -8234317 or 11754114. OLE color: 11754114.
HSL color Cylindrical-coordinate representation of color #825AB3: hue angle of 266.97º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825AB3 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 90 | 179 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.30 |
| HSL | 266.97º | 0.37% | 0.53% | - |
| HSV(B) | 266.97º | 0.5% | 0.7% | - |
| XYZ | 21 | 15.31 | 44.5 | - |
| YUV | 112.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 179 | 0.27 | 0.50 | 0 | 0.30 | 266.97 | 0.37 | 0.53 |
| Hex | 82 | 5A | B3 | 1B | 32 | 0 | 1E | 10B | 25 | 35 |
| Octal | 202 | 132 | 263 | 33 | 62 | 0 | 36 | 413 | 45 | 65 |
| Binary | 10000010 | 1011010 | 10110011 | 11011 | 110010 | 0 | 11110 | 100001011 | 100101 | 110101 |
Color Harmonies of #825AB3
Complementary color
Monochromatic Colors of #825AB3
Black with #825AB3
Text Example
Text Example
White with #825AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AB3; }
p { color: rgb(130,90,179); }
H1.HeaderClassName
{
color: #825AB3;
}
.AnyTagClassName
{
color: #825AB3;
}
</style>
background-color css
<style>
a { background-color: #825AB3; }
a { background-color: rgb(130,90,179); }
div.DivClassName
{
background-color: #825AB3;
}
.BgClassName
{
background-color: #825AB3;
}
</style>
border-color css
<style>
span { border-color: #825AB3; }
span { border-color: rgb(130,90,179); }
td.TdClassName
{
border-color: #825AB3;
}
.TagClassName
{
border-color: #825AB3;
}
</style>