Shades of Rock Blue #839ABC
Tints of Rock Blue #839ABC
RGB
CMYK
RGB Variations
Color information
#839ABC (or 0x839ABC) is known color: Rock Blue. HEX triplet: 83, 9A and BC. RGB value is (131,154,188). Sum of RGB (Red+Green+Blue) = 131+154+188=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #839ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ABC is #7C6543. Grayscale: #969696. Windows color (decimal): -8152388 or 12360323. OLE color: 12360323.
HSL color Cylindrical-coordinate representation of color #839ABC: hue angle of 215.79º 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 #839ABC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 154 | 188 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.26 |
| HSL | 215.79º | 0.3% | 0.63% | - |
| HSV(B) | 215.79º | 0.3% | 0.74% | - |
| XYZ | 29.99 | 31.57 | 52.09 | - |
| YUV | 151 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 188 | 0.30 | 0.18 | 0 | 0.26 | 215.79 | 0.3 | 0.63 |
| Hex | 83 | 9A | BC | 1E | 12 | 0 | 1A | D8 | 1E | 3F |
| Octal | 203 | 232 | 274 | 36 | 22 | 0 | 32 | 330 | 36 | 77 |
| Binary | 10000011 | 10011010 | 10111100 | 11110 | 10010 | 0 | 11010 | 11011000 | 11110 | 111111 |
Color Harmonies of #839ABC
Complementary color
Monochromatic Colors of #839ABC
Black with #839ABC
Text Example
Text Example
White with #839ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839ABC; }
p { color: rgb(131,154,188); }
H1.HeaderClassName
{
color: #839ABC;
}
.AnyTagClassName
{
color: #839ABC;
}
</style>
background-color css
<style>
a { background-color: #839ABC; }
a { background-color: rgb(131,154,188); }
div.DivClassName
{
background-color: #839ABC;
}
.BgClassName
{
background-color: #839ABC;
}
</style>
border-color css
<style>
span { border-color: #839ABC; }
span { border-color: rgb(131,154,188); }
td.TdClassName
{
border-color: #839ABC;
}
.TagClassName
{
border-color: #839ABC;
}
</style>