Shades of Rock Blue #839FBC
Tints of Rock Blue #839FBC
RGB
CMYK
RGB Variations
Color information
#839FBC (or 0x839FBC) is known color: Rock Blue. HEX triplet: 83, 9F and BC. RGB value is (131,159,188). Sum of RGB (Red+Green+Blue) = 131+159+188=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #839FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBC is #7C6043. Grayscale: #999999. Windows color (decimal): -8151108 or 12361603. OLE color: 12361603.
HSL color Cylindrical-coordinate representation of color #839FBC: hue angle of 210.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839FBC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 159 | 188 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.26 |
| HSL | 210.53º | 0.3% | 0.63% | - |
| HSV(B) | 210.53º | 0.3% | 0.74% | - |
| XYZ | 30.84 | 33.25 | 52.37 | - |
| YUV | 153.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 188 | 0.30 | 0.15 | 0 | 0.26 | 210.53 | 0.3 | 0.63 |
| Hex | 83 | 9F | BC | 1E | F | 0 | 1A | D3 | 1E | 3F |
| Octal | 203 | 237 | 274 | 36 | 17 | 0 | 32 | 323 | 36 | 77 |
| Binary | 10000011 | 10011111 | 10111100 | 11110 | 1111 | 0 | 11010 | 11010011 | 11110 | 111111 |
Color Harmonies of #839FBC
Complementary color
Monochromatic Colors of #839FBC
Black with #839FBC
Text Example
Text Example
White with #839FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839FBC; }
p { color: rgb(131,159,188); }
H1.HeaderClassName
{
color: #839FBC;
}
.AnyTagClassName
{
color: #839FBC;
}
</style>
background-color css
<style>
a { background-color: #839FBC; }
a { background-color: rgb(131,159,188); }
div.DivClassName
{
background-color: #839FBC;
}
.BgClassName
{
background-color: #839FBC;
}
</style>
border-color css
<style>
span { border-color: #839FBC; }
span { border-color: rgb(131,159,188); }
td.TdClassName
{
border-color: #839FBC;
}
.TagClassName
{
border-color: #839FBC;
}
</style>