Shades of Rock Blue #839DBA
Tints of Rock Blue #839DBA
RGB
CMYK
RGB Variations
Color information
#839DBA (or 0x839DBA) is known color: Rock Blue. HEX triplet: 83, 9D and BA. RGB value is (131,157,186). Sum of RGB (Red+Green+Blue) = 131+157+186=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #839DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBA is #7C6245. Grayscale: #989898. Windows color (decimal): -8151622 or 12230019. OLE color: 12230019.
HSL color Cylindrical-coordinate representation of color #839DBA: hue angle of 211.64º 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 #839DBA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 157 | 186 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.27 |
| HSL | 211.64º | 0.28% | 0.62% | - |
| HSV(B) | 211.64º | 0.3% | 0.73% | - |
| XYZ | 30.28 | 32.48 | 51.13 | - |
| YUV | 152.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 186 | 0.30 | 0.16 | 0 | 0.27 | 211.64 | 0.28 | 0.62 |
| Hex | 83 | 9D | BA | 1E | 10 | 0 | 1B | D4 | 1C | 3E |
| Octal | 203 | 235 | 272 | 36 | 20 | 0 | 33 | 324 | 34 | 76 |
| Binary | 10000011 | 10011101 | 10111010 | 11110 | 10000 | 0 | 11011 | 11010100 | 11100 | 111110 |
Color Harmonies of #839DBA
Complementary color
Monochromatic Colors of #839DBA
Black with #839DBA
Text Example
Text Example
White with #839DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839DBA; }
p { color: rgb(131,157,186); }
H1.HeaderClassName
{
color: #839DBA;
}
.AnyTagClassName
{
color: #839DBA;
}
</style>
background-color css
<style>
a { background-color: #839DBA; }
a { background-color: rgb(131,157,186); }
div.DivClassName
{
background-color: #839DBA;
}
.BgClassName
{
background-color: #839DBA;
}
</style>
border-color css
<style>
span { border-color: #839DBA; }
span { border-color: rgb(131,157,186); }
td.TdClassName
{
border-color: #839DBA;
}
.TagClassName
{
border-color: #839DBA;
}
</style>