Shades of Rock Blue #839CB9
Tints of Rock Blue #839CB9
RGB
CMYK
RGB Variations
Color information
#839CB9 (or 0x839CB9) is known color: Rock Blue. HEX triplet: 83, 9C and B9. RGB value is (131,156,185). Sum of RGB (Red+Green+Blue) = 131+156+185=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #839CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CB9 is #7C6346. Grayscale: #979797. Windows color (decimal): -8151879 or 12164227. OLE color: 12164227.
HSL color Cylindrical-coordinate representation of color #839CB9: hue angle of 212.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #839CB9 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 156 | 185 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.27 |
| HSL | 212.22º | 0.28% | 0.62% | - |
| HSV(B) | 212.22º | 0.29% | 0.73% | - |
| XYZ | 30.01 | 32.11 | 50.51 | - |
| YUV | 151.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 185 | 0.29 | 0.16 | 0 | 0.27 | 212.22 | 0.28 | 0.62 |
| Hex | 83 | 9C | B9 | 1D | 10 | 0 | 1B | D4 | 1C | 3E |
| Octal | 203 | 234 | 271 | 35 | 20 | 0 | 33 | 324 | 34 | 76 |
| Binary | 10000011 | 10011100 | 10111001 | 11101 | 10000 | 0 | 11011 | 11010100 | 11100 | 111110 |
Color Harmonies of #839CB9
Complementary color
Monochromatic Colors of #839CB9
Black with #839CB9
Text Example
Text Example
White with #839CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CB9; }
p { color: rgb(131,156,185); }
H1.HeaderClassName
{
color: #839CB9;
}
.AnyTagClassName
{
color: #839CB9;
}
</style>
background-color css
<style>
a { background-color: #839CB9; }
a { background-color: rgb(131,156,185); }
div.DivClassName
{
background-color: #839CB9;
}
.BgClassName
{
background-color: #839CB9;
}
</style>
border-color css
<style>
span { border-color: #839CB9; }
span { border-color: rgb(131,156,185); }
td.TdClassName
{
border-color: #839CB9;
}
.TagClassName
{
border-color: #839CB9;
}
</style>