Shades of Studio #8253B7
Tints of Studio #8253B7
RGB
CMYK
RGB Variations
Color information
#8253B7 (or 0x8253B7) is known color: Studio. HEX triplet: 82, 53 and B7. RGB value is (130,83,183). Sum of RGB (Red+Green+Blue) = 130+83+183=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #8253B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253B7 is #7DAC48. Grayscale: #6C6C6C. Windows color (decimal): -8236105 or 12014466. OLE color: 12014466.
HSL color Cylindrical-coordinate representation of color #8253B7: hue angle of 268.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8253B7 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 83 | 183 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.28 |
| HSL | 268.2º | 0.41% | 0.52% | - |
| HSV(B) | 268.2º | 0.55% | 0.72% | - |
| XYZ | 20.85 | 14.35 | 46.47 | - |
| YUV | 108.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 183 | 0.29 | 0.55 | 0 | 0.28 | 268.2 | 0.41 | 0.52 |
| Hex | 82 | 53 | B7 | 1D | 37 | 0 | 1C | 10C | 29 | 34 |
| Octal | 202 | 123 | 267 | 35 | 67 | 0 | 34 | 414 | 51 | 64 |
| Binary | 10000010 | 1010011 | 10110111 | 11101 | 110111 | 0 | 11100 | 100001100 | 101001 | 110100 |
Color Harmonies of #8253B7
Complementary color
Monochromatic Colors of #8253B7
Black with #8253B7
Text Example
Text Example
White with #8253B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253B7; }
p { color: rgb(130,83,183); }
H1.HeaderClassName
{
color: #8253B7;
}
.AnyTagClassName
{
color: #8253B7;
}
</style>
background-color css
<style>
a { background-color: #8253B7; }
a { background-color: rgb(130,83,183); }
div.DivClassName
{
background-color: #8253B7;
}
.BgClassName
{
background-color: #8253B7;
}
</style>
border-color css
<style>
span { border-color: #8253B7; }
span { border-color: rgb(130,83,183); }
td.TdClassName
{
border-color: #8253B7;
}
.TagClassName
{
border-color: #8253B7;
}
</style>