Shades of Rock Blue #839ABE
Tints of Rock Blue #839ABE
RGB
CMYK
RGB Variations
Color information
#839ABE (or 0x839ABE) is known color: Rock Blue. HEX triplet: 83, 9A and BE. RGB value is (131,154,190). Sum of RGB (Red+Green+Blue) = 131+154+190=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #839ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ABE is #7C6541. Grayscale: #979797. Windows color (decimal): -8152386 or 12491395. OLE color: 12491395.
HSL color Cylindrical-coordinate representation of color #839ABE: hue angle of 216.61º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839ABE is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 154 | 190 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.25 |
| HSL | 216.61º | 0.31% | 0.63% | - |
| HSV(B) | 216.61º | 0.31% | 0.75% | - |
| XYZ | 30.21 | 31.65 | 53.23 | - |
| YUV | 151.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 190 | 0.31 | 0.19 | 0 | 0.25 | 216.61 | 0.31 | 0.63 |
| Hex | 83 | 9A | BE | 1F | 13 | 0 | 19 | D9 | 1F | 3F |
| Octal | 203 | 232 | 276 | 37 | 23 | 0 | 31 | 331 | 37 | 77 |
| Binary | 10000011 | 10011010 | 10111110 | 11111 | 10011 | 0 | 11001 | 11011001 | 11111 | 111111 |
Color Harmonies of #839ABE
Complementary color
Monochromatic Colors of #839ABE
Black with #839ABE
Text Example
Text Example
White with #839ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ABE; }
p { color: rgb(131,154,190); }
H1.HeaderClassName
{
color: #839ABE;
}
.AnyTagClassName
{
color: #839ABE;
}
</style>
background-color css
<style>
a { background-color: #839ABE; }
a { background-color: rgb(131,154,190); }
div.DivClassName
{
background-color: #839ABE;
}
.BgClassName
{
background-color: #839ABE;
}
</style>
border-color css
<style>
span { border-color: #839ABE; }
span { border-color: rgb(131,154,190); }
td.TdClassName
{
border-color: #839ABE;
}
.TagClassName
{
border-color: #839ABE;
}
</style>