Shades of Studio #813EBB
Tints of Studio #813EBB
RGB
CMYK
RGB Variations
Color information
#813EBB (or 0x813EBB) is known color: Studio. HEX triplet: 81, 3E and BB. RGB value is (129,62,187). Sum of RGB (Red+Green+Blue) = 129+62+187=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #813EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813EBB is #7EC144. Grayscale: #5F5F5F. Windows color (decimal): -8307013 or 12271233. OLE color: 12271233.
HSL color Cylindrical-coordinate representation of color #813EBB: hue angle of 272.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813EBB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 62 | 187 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.27 |
| HSL | 272.16º | 0.5% | 0.49% | - |
| HSV(B) | 272.16º | 0.67% | 0.73% | - |
| XYZ | 19.75 | 11.7 | 48.23 | - |
| YUV | 96.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 187 | 0.31 | 0.67 | 0 | 0.27 | 272.16 | 0.5 | 0.49 |
| Hex | 81 | 3E | BB | 1F | 43 | 0 | 1B | 110 | 32 | 31 |
| Octal | 201 | 76 | 273 | 37 | 103 | 0 | 33 | 420 | 62 | 61 |
| Binary | 10000001 | 111110 | 10111011 | 11111 | 1000011 | 0 | 11011 | 100010000 | 110010 | 110001 |
Color Harmonies of #813EBB
Complementary color
Monochromatic Colors of #813EBB
Black with #813EBB
Text Example
Text Example
White with #813EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813EBB; }
p { color: rgb(129,62,187); }
H1.HeaderClassName
{
color: #813EBB;
}
.AnyTagClassName
{
color: #813EBB;
}
</style>
background-color css
<style>
a { background-color: #813EBB; }
a { background-color: rgb(129,62,187); }
div.DivClassName
{
background-color: #813EBB;
}
.BgClassName
{
background-color: #813EBB;
}
</style>
border-color css
<style>
span { border-color: #813EBB; }
span { border-color: rgb(129,62,187); }
td.TdClassName
{
border-color: #813EBB;
}
.TagClassName
{
border-color: #813EBB;
}
</style>