Shades of Studio #864BA8
Tints of Studio #864BA8
RGB
CMYK
RGB Variations
Color information
#864BA8 (or 0x864BA8) is known color: Studio. HEX triplet: 86, 4B and A8. RGB value is (134,75,168). Sum of RGB (Red+Green+Blue) = 134+75+168=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #864BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BA8 is #79B457. Grayscale: #666666. Windows color (decimal): -7976024 or 11029382. OLE color: 11029382.
HSL color Cylindrical-coordinate representation of color #864BA8: hue angle of 278.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864BA8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 75 | 168 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.34 |
| HSL | 278.06º | 0.38% | 0.48% | - |
| HSV(B) | 278.06º | 0.55% | 0.66% | - |
| XYZ | 19.42 | 12.93 | 38.52 | - |
| YUV | 103.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 168 | 0.20 | 0.55 | 0 | 0.34 | 278.06 | 0.38 | 0.48 |
| Hex | 86 | 4B | A8 | 14 | 37 | 0 | 22 | 116 | 26 | 30 |
| Octal | 206 | 113 | 250 | 24 | 67 | 0 | 42 | 426 | 46 | 60 |
| Binary | 10000110 | 1001011 | 10101000 | 10100 | 110111 | 0 | 100010 | 100010110 | 100110 | 110000 |
Color Harmonies of #864BA8
Complementary color
Monochromatic Colors of #864BA8
Black with #864BA8
Text Example
Text Example
White with #864BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864BA8; }
p { color: rgb(134,75,168); }
H1.HeaderClassName
{
color: #864BA8;
}
.AnyTagClassName
{
color: #864BA8;
}
</style>
background-color css
<style>
a { background-color: #864BA8; }
a { background-color: rgb(134,75,168); }
div.DivClassName
{
background-color: #864BA8;
}
.BgClassName
{
background-color: #864BA8;
}
</style>
border-color css
<style>
span { border-color: #864BA8; }
span { border-color: rgb(134,75,168); }
td.TdClassName
{
border-color: #864BA8;
}
.TagClassName
{
border-color: #864BA8;
}
</style>