Shades of Rock Blue #8A9EB3
Tints of Rock Blue #8A9EB3
RGB
CMYK
RGB Variations
Color information
#8A9EB3 (or 0x8A9EB3) is known color: Rock Blue. HEX triplet: 8A, 9E and B3. RGB value is (138,158,179). Sum of RGB (Red+Green+Blue) = 138+158+179=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A9EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9EB3 is #75614C. Grayscale: #9A9A9A. Windows color (decimal): -7692621 or 11771530. OLE color: 11771530.
HSL color Cylindrical-coordinate representation of color #8A9EB3: hue angle of 210.73º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A9EB3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 158 | 179 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.30 |
| HSL | 210.73º | 0.21% | 0.62% | - |
| HSV(B) | 210.73º | 0.23% | 0.7% | - |
| XYZ | 30.84 | 33.11 | 47.41 | - |
| YUV | 154.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 179 | 0.23 | 0.12 | 0 | 0.30 | 210.73 | 0.21 | 0.62 |
| Hex | 8A | 9E | B3 | 17 | C | 0 | 1E | D3 | 15 | 3E |
| Octal | 212 | 236 | 263 | 27 | 14 | 0 | 36 | 323 | 25 | 76 |
| Binary | 10001010 | 10011110 | 10110011 | 10111 | 1100 | 0 | 11110 | 11010011 | 10101 | 111110 |
Color Harmonies of #8A9EB3
Complementary color
Monochromatic Colors of #8A9EB3
Black with #8A9EB3
Text Example
Text Example
White with #8A9EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9EB3; }
p { color: rgb(138,158,179); }
H1.HeaderClassName
{
color: #8A9EB3;
}
.AnyTagClassName
{
color: #8A9EB3;
}
</style>
background-color css
<style>
a { background-color: #8A9EB3; }
a { background-color: rgb(138,158,179); }
div.DivClassName
{
background-color: #8A9EB3;
}
.BgClassName
{
background-color: #8A9EB3;
}
</style>
border-color css
<style>
span { border-color: #8A9EB3; }
span { border-color: rgb(138,158,179); }
td.TdClassName
{
border-color: #8A9EB3;
}
.TagClassName
{
border-color: #8A9EB3;
}
</style>