Shades of Rock Blue #839DBC
Tints of Rock Blue #839DBC
RGB
CMYK
RGB Variations
Color information
#839DBC (or 0x839DBC) is known color: Rock Blue. HEX triplet: 83, 9D and BC. RGB value is (131,157,188). Sum of RGB (Red+Green+Blue) = 131+157+188=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #839DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBC is #7C6243. Grayscale: #989898. Windows color (decimal): -8151620 or 12361091. OLE color: 12361091.
HSL color Cylindrical-coordinate representation of color #839DBC: hue angle of 212.63º 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 #839DBC is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 157 | 188 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.26 |
| HSL | 212.63º | 0.3% | 0.63% | - |
| HSV(B) | 212.63º | 0.3% | 0.74% | - |
| XYZ | 30.49 | 32.57 | 52.26 | - |
| YUV | 152.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 188 | 0.30 | 0.16 | 0 | 0.26 | 212.63 | 0.3 | 0.63 |
| Hex | 83 | 9D | BC | 1E | 10 | 0 | 1A | D5 | 1E | 3F |
| Octal | 203 | 235 | 274 | 36 | 20 | 0 | 32 | 325 | 36 | 77 |
| Binary | 10000011 | 10011101 | 10111100 | 11110 | 10000 | 0 | 11010 | 11010101 | 11110 | 111111 |
Color Harmonies of #839DBC
Complementary color
Monochromatic Colors of #839DBC
Black with #839DBC
Text Example
Text Example
White with #839DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DBC; }
p { color: rgb(131,157,188); }
H1.HeaderClassName
{
color: #839DBC;
}
.AnyTagClassName
{
color: #839DBC;
}
</style>
background-color css
<style>
a { background-color: #839DBC; }
a { background-color: rgb(131,157,188); }
div.DivClassName
{
background-color: #839DBC;
}
.BgClassName
{
background-color: #839DBC;
}
</style>
border-color css
<style>
span { border-color: #839DBC; }
span { border-color: rgb(131,157,188); }
td.TdClassName
{
border-color: #839DBC;
}
.TagClassName
{
border-color: #839DBC;
}
</style>