Shades of Studio #8255B3
Tints of Studio #8255B3
RGB
CMYK
RGB Variations
Color information
#8255B3 (or 0x8255B3) is known color: Studio. HEX triplet: 82, 55 and B3. RGB value is (130,85,179). Sum of RGB (Red+Green+Blue) = 130+85+179=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #8255B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255B3 is #7DAA4C. Grayscale: #6C6C6C. Windows color (decimal): -8235597 or 11752834. OLE color: 11752834.
HSL color Cylindrical-coordinate representation of color #8255B3: hue angle of 268.72º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8255B3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 85 | 179 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.30 |
| HSL | 268.72º | 0.38% | 0.52% | - |
| HSV(B) | 268.72º | 0.53% | 0.7% | - |
| XYZ | 20.59 | 14.5 | 44.36 | - |
| YUV | 109.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 179 | 0.27 | 0.53 | 0 | 0.30 | 268.72 | 0.38 | 0.52 |
| Hex | 82 | 55 | B3 | 1B | 35 | 0 | 1E | 10D | 26 | 34 |
| Octal | 202 | 125 | 263 | 33 | 65 | 0 | 36 | 415 | 46 | 64 |
| Binary | 10000010 | 1010101 | 10110011 | 11011 | 110101 | 0 | 11110 | 100001101 | 100110 | 110100 |
Color Harmonies of #8255B3
Complementary color
Monochromatic Colors of #8255B3
Black with #8255B3
Text Example
Text Example
White with #8255B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255B3; }
p { color: rgb(130,85,179); }
H1.HeaderClassName
{
color: #8255B3;
}
.AnyTagClassName
{
color: #8255B3;
}
</style>
background-color css
<style>
a { background-color: #8255B3; }
a { background-color: rgb(130,85,179); }
div.DivClassName
{
background-color: #8255B3;
}
.BgClassName
{
background-color: #8255B3;
}
</style>
border-color css
<style>
span { border-color: #8255B3; }
span { border-color: rgb(130,85,179); }
td.TdClassName
{
border-color: #8255B3;
}
.TagClassName
{
border-color: #8255B3;
}
</style>