Shades of Rock Blue #839EBA
Tints of Rock Blue #839EBA
RGB
CMYK
RGB Variations
Color information
#839EBA (or 0x839EBA) is known color: Rock Blue. HEX triplet: 83, 9E and BA. RGB value is (131,158,186). Sum of RGB (Red+Green+Blue) = 131+158+186=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #839EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EBA is #7C6145. Grayscale: #989898. Windows color (decimal): -8151366 or 12230275. OLE color: 12230275.
HSL color Cylindrical-coordinate representation of color #839EBA: hue angle of 210.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839EBA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 158 | 186 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.27 |
| HSL | 210.55º | 0.28% | 0.62% | - |
| HSV(B) | 210.55º | 0.3% | 0.73% | - |
| XYZ | 30.45 | 32.82 | 51.19 | - |
| YUV | 153.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 186 | 0.30 | 0.15 | 0 | 0.27 | 210.55 | 0.28 | 0.62 |
| Hex | 83 | 9E | BA | 1E | F | 0 | 1B | D3 | 1C | 3E |
| Octal | 203 | 236 | 272 | 36 | 17 | 0 | 33 | 323 | 34 | 76 |
| Binary | 10000011 | 10011110 | 10111010 | 11110 | 1111 | 0 | 11011 | 11010011 | 11100 | 111110 |
Color Harmonies of #839EBA
Complementary color
Monochromatic Colors of #839EBA
Black with #839EBA
Text Example
Text Example
White with #839EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EBA; }
p { color: rgb(131,158,186); }
H1.HeaderClassName
{
color: #839EBA;
}
.AnyTagClassName
{
color: #839EBA;
}
</style>
background-color css
<style>
a { background-color: #839EBA; }
a { background-color: rgb(131,158,186); }
div.DivClassName
{
background-color: #839EBA;
}
.BgClassName
{
background-color: #839EBA;
}
</style>
border-color css
<style>
span { border-color: #839EBA; }
span { border-color: rgb(131,158,186); }
td.TdClassName
{
border-color: #839EBA;
}
.TagClassName
{
border-color: #839EBA;
}
</style>