Shades of Studio #8257B5
Tints of Studio #8257B5
RGB
CMYK
RGB Variations
Color information
#8257B5 (or 0x8257B5) is known color: Studio. HEX triplet: 82, 57 and B5. RGB value is (130,87,181). Sum of RGB (Red+Green+Blue) = 130+87+181=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #8257B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257B5 is #7DA84A. Grayscale: #6E6E6E. Windows color (decimal): -8235083 or 11884418. OLE color: 11884418.
HSL color Cylindrical-coordinate representation of color #8257B5: hue angle of 267.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8257B5 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 87 | 181 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.29 |
| HSL | 267.45º | 0.39% | 0.53% | - |
| HSV(B) | 267.45º | 0.52% | 0.71% | - |
| XYZ | 20.95 | 14.9 | 45.49 | - |
| YUV | 110.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 181 | 0.28 | 0.52 | 0 | 0.29 | 267.45 | 0.39 | 0.53 |
| Hex | 82 | 57 | B5 | 1C | 34 | 0 | 1D | 10B | 27 | 35 |
| Octal | 202 | 127 | 265 | 34 | 64 | 0 | 35 | 413 | 47 | 65 |
| Binary | 10000010 | 1010111 | 10110101 | 11100 | 110100 | 0 | 11101 | 100001011 | 100111 | 110101 |
Color Harmonies of #8257B5
Complementary color
Monochromatic Colors of #8257B5
Black with #8257B5
Text Example
Text Example
White with #8257B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257B5; }
p { color: rgb(130,87,181); }
H1.HeaderClassName
{
color: #8257B5;
}
.AnyTagClassName
{
color: #8257B5;
}
</style>
background-color css
<style>
a { background-color: #8257B5; }
a { background-color: rgb(130,87,181); }
div.DivClassName
{
background-color: #8257B5;
}
.BgClassName
{
background-color: #8257B5;
}
</style>
border-color css
<style>
span { border-color: #8257B5; }
span { border-color: rgb(130,87,181); }
td.TdClassName
{
border-color: #8257B5;
}
.TagClassName
{
border-color: #8257B5;
}
</style>