Shades of Rock Blue #859AB3
Tints of Rock Blue #859AB3
RGB
CMYK
RGB Variations
Color information
#859AB3 (or 0x859AB3) is known color: Rock Blue. HEX triplet: 85, 9A and B3. RGB value is (133,154,179). Sum of RGB (Red+Green+Blue) = 133+154+179=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #859AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859AB3 is #7A654C. Grayscale: #969696. Windows color (decimal): -8021325 or 11770501. OLE color: 11770501.
HSL color Cylindrical-coordinate representation of color #859AB3: hue angle of 212.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #859AB3 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 154 | 179 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.30 |
| HSL | 212.61º | 0.23% | 0.61% | - |
| HSV(B) | 212.61º | 0.26% | 0.7% | - |
| XYZ | 29.37 | 31.35 | 47.15 | - |
| YUV | 150.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 179 | 0.26 | 0.14 | 0 | 0.30 | 212.61 | 0.23 | 0.61 |
| Hex | 85 | 9A | B3 | 1A | E | 0 | 1E | D5 | 17 | 3D |
| Octal | 205 | 232 | 263 | 32 | 16 | 0 | 36 | 325 | 27 | 75 |
| Binary | 10000101 | 10011010 | 10110011 | 11010 | 1110 | 0 | 11110 | 11010101 | 10111 | 111101 |
Color Harmonies of #859AB3
Complementary color
Monochromatic Colors of #859AB3
Black with #859AB3
Text Example
Text Example
White with #859AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AB3; }
p { color: rgb(133,154,179); }
H1.HeaderClassName
{
color: #859AB3;
}
.AnyTagClassName
{
color: #859AB3;
}
</style>
background-color css
<style>
a { background-color: #859AB3; }
a { background-color: rgb(133,154,179); }
div.DivClassName
{
background-color: #859AB3;
}
.BgClassName
{
background-color: #859AB3;
}
</style>
border-color css
<style>
span { border-color: #859AB3; }
span { border-color: rgb(133,154,179); }
td.TdClassName
{
border-color: #859AB3;
}
.TagClassName
{
border-color: #859AB3;
}
</style>