Shades of Rock Blue #839EBD
Tints of Rock Blue #839EBD
RGB
CMYK
RGB Variations
Color information
#839EBD (or 0x839EBD) is known color: Rock Blue. HEX triplet: 83, 9E and BD. RGB value is (131,158,189). Sum of RGB (Red+Green+Blue) = 131+158+189=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #839EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EBD is #7C6142. Grayscale: #999999. Windows color (decimal): -8151363 or 12426883. OLE color: 12426883.
HSL color Cylindrical-coordinate representation of color #839EBD: hue angle of 212.07º 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 #839EBD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 158 | 189 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.26 |
| HSL | 212.07º | 0.31% | 0.63% | - |
| HSV(B) | 212.07º | 0.31% | 0.74% | - |
| XYZ | 30.77 | 32.95 | 52.88 | - |
| YUV | 153.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 189 | 0.31 | 0.16 | 0 | 0.26 | 212.07 | 0.31 | 0.63 |
| Hex | 83 | 9E | BD | 1F | 10 | 0 | 1A | D4 | 1F | 3F |
| Octal | 203 | 236 | 275 | 37 | 20 | 0 | 32 | 324 | 37 | 77 |
| Binary | 10000011 | 10011110 | 10111101 | 11111 | 10000 | 0 | 11010 | 11010100 | 11111 | 111111 |
Color Harmonies of #839EBD
Complementary color
Monochromatic Colors of #839EBD
Black with #839EBD
Text Example
Text Example
White with #839EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839EBD; }
p { color: rgb(131,158,189); }
H1.HeaderClassName
{
color: #839EBD;
}
.AnyTagClassName
{
color: #839EBD;
}
</style>
background-color css
<style>
a { background-color: #839EBD; }
a { background-color: rgb(131,158,189); }
div.DivClassName
{
background-color: #839EBD;
}
.BgClassName
{
background-color: #839EBD;
}
</style>
border-color css
<style>
span { border-color: #839EBD; }
span { border-color: rgb(131,158,189); }
td.TdClassName
{
border-color: #839EBD;
}
.TagClassName
{
border-color: #839EBD;
}
</style>