Shades of Studio #863EAF
Tints of Studio #863EAF
RGB
CMYK
RGB Variations
Color information
#863EAF (or 0x863EAF) is known color: Studio. HEX triplet: 86, 3E and AF. RGB value is (134,62,175). Sum of RGB (Red+Green+Blue) = 134+62+175=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #863EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863EAF is #79C150. Grayscale: #606060. Windows color (decimal): -7979345 or 11484806. OLE color: 11484806.
HSL color Cylindrical-coordinate representation of color #863EAF: hue angle of 278.23º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863EAF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 62 | 175 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.31 |
| HSL | 278.23º | 0.48% | 0.46% | - |
| HSV(B) | 278.23º | 0.65% | 0.69% | - |
| XYZ | 19.29 | 11.61 | 41.78 | - |
| YUV | 96.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 175 | 0.23 | 0.65 | 0 | 0.31 | 278.23 | 0.48 | 0.46 |
| Hex | 86 | 3E | AF | 17 | 41 | 0 | 1F | 116 | 30 | 2E |
| Octal | 206 | 76 | 257 | 27 | 101 | 0 | 37 | 426 | 60 | 56 |
| Binary | 10000110 | 111110 | 10101111 | 10111 | 1000001 | 0 | 11111 | 100010110 | 110000 | 101110 |
Color Harmonies of #863EAF
Complementary color
Monochromatic Colors of #863EAF
Black with #863EAF
Text Example
Text Example
White with #863EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EAF; }
p { color: rgb(134,62,175); }
H1.HeaderClassName
{
color: #863EAF;
}
.AnyTagClassName
{
color: #863EAF;
}
</style>
background-color css
<style>
a { background-color: #863EAF; }
a { background-color: rgb(134,62,175); }
div.DivClassName
{
background-color: #863EAF;
}
.BgClassName
{
background-color: #863EAF;
}
</style>
border-color css
<style>
span { border-color: #863EAF; }
span { border-color: rgb(134,62,175); }
td.TdClassName
{
border-color: #863EAF;
}
.TagClassName
{
border-color: #863EAF;
}
</style>