Shades of Rock Blue #839CBD
Tints of Rock Blue #839CBD
RGB
CMYK
RGB Variations
Color information
#839CBD (or 0x839CBD) is known color: Rock Blue. HEX triplet: 83, 9C and BD. RGB value is (131,156,189). Sum of RGB (Red+Green+Blue) = 131+156+189=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #839CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CBD is #7C6342. Grayscale: #989898. Windows color (decimal): -8151875 or 12426371. OLE color: 12426371.
HSL color Cylindrical-coordinate representation of color #839CBD: hue angle of 214.14º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839CBD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 156 | 189 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.26 |
| HSL | 214.14º | 0.31% | 0.63% | - |
| HSV(B) | 214.14º | 0.31% | 0.74% | - |
| XYZ | 30.43 | 32.28 | 52.77 | - |
| YUV | 152.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 189 | 0.31 | 0.17 | 0 | 0.26 | 214.14 | 0.31 | 0.63 |
| Hex | 83 | 9C | BD | 1F | 11 | 0 | 1A | D6 | 1F | 3F |
| Octal | 203 | 234 | 275 | 37 | 21 | 0 | 32 | 326 | 37 | 77 |
| Binary | 10000011 | 10011100 | 10111101 | 11111 | 10001 | 0 | 11010 | 11010110 | 11111 | 111111 |
Color Harmonies of #839CBD
Complementary color
Monochromatic Colors of #839CBD
Black with #839CBD
Text Example
Text Example
White with #839CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839CBD; }
p { color: rgb(131,156,189); }
H1.HeaderClassName
{
color: #839CBD;
}
.AnyTagClassName
{
color: #839CBD;
}
</style>
background-color css
<style>
a { background-color: #839CBD; }
a { background-color: rgb(131,156,189); }
div.DivClassName
{
background-color: #839CBD;
}
.BgClassName
{
background-color: #839CBD;
}
</style>
border-color css
<style>
span { border-color: #839CBD; }
span { border-color: rgb(131,156,189); }
td.TdClassName
{
border-color: #839CBD;
}
.TagClassName
{
border-color: #839CBD;
}
</style>