Shades of Studio #8250B2
Tints of Studio #8250B2
RGB
CMYK
RGB Variations
Color information
#8250B2 (or 0x8250B2) is known color: Studio. HEX triplet: 82, 50 and B2. RGB value is (130,80,178). Sum of RGB (Red+Green+Blue) = 130+80+178=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #8250B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8250B2 is #7DAF4D. Grayscale: #696969. Windows color (decimal): -8236878 or 11686018. OLE color: 11686018.
HSL color Cylindrical-coordinate representation of color #8250B2: hue angle of 270.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8250B2 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 80 | 178 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.30 |
| HSL | 270.61º | 0.39% | 0.51% | - |
| HSV(B) | 270.61º | 0.55% | 0.7% | - |
| XYZ | 20.11 | 13.7 | 43.7 | - |
| YUV | 106.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 178 | 0.27 | 0.55 | 0 | 0.30 | 270.61 | 0.39 | 0.51 |
| Hex | 82 | 50 | B2 | 1B | 37 | 0 | 1E | 10F | 27 | 33 |
| Octal | 202 | 120 | 262 | 33 | 67 | 0 | 36 | 417 | 47 | 63 |
| Binary | 10000010 | 1010000 | 10110010 | 11011 | 110111 | 0 | 11110 | 100001111 | 100111 | 110011 |
Color Harmonies of #8250B2
Complementary color
Monochromatic Colors of #8250B2
Black with #8250B2
Text Example
Text Example
White with #8250B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250B2; }
p { color: rgb(130,80,178); }
H1.HeaderClassName
{
color: #8250B2;
}
.AnyTagClassName
{
color: #8250B2;
}
</style>
background-color css
<style>
a { background-color: #8250B2; }
a { background-color: rgb(130,80,178); }
div.DivClassName
{
background-color: #8250B2;
}
.BgClassName
{
background-color: #8250B2;
}
</style>
border-color css
<style>
span { border-color: #8250B2; }
span { border-color: rgb(130,80,178); }
td.TdClassName
{
border-color: #8250B2;
}
.TagClassName
{
border-color: #8250B2;
}
</style>