Shades of Rock Blue #8A99BC
Tints of Rock Blue #8A99BC
RGB
CMYK
RGB Variations
Color information
#8A99BC (or 0x8A99BC) is known color: Rock Blue. HEX triplet: 8A, 99 and BC. RGB value is (138,153,188). Sum of RGB (Red+Green+Blue) = 138+153+188=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A99BC is #756643. Grayscale: #989898. Windows color (decimal): -7693892 or 12360074. OLE color: 12360074.
HSL color Cylindrical-coordinate representation of color #8A99BC: hue angle of 222º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A99BC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 153 | 188 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.26 |
| HSL | 222º | 0.27% | 0.64% | - |
| HSV(B) | 222º | 0.27% | 0.74% | - |
| XYZ | 30.95 | 31.82 | 52.09 | - |
| YUV | 152.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 188 | 0.27 | 0.19 | 0 | 0.26 | 222 | 0.27 | 0.64 |
| Hex | 8A | 99 | BC | 1B | 13 | 0 | 1A | DE | 1B | 40 |
| Octal | 212 | 231 | 274 | 33 | 23 | 0 | 32 | 336 | 33 | 100 |
| Binary | 10001010 | 10011001 | 10111100 | 11011 | 10011 | 0 | 11010 | 11011110 | 11011 | 1000000 |
Color Harmonies of #8A99BC
Complementary color
Monochromatic Colors of #8A99BC
Black with #8A99BC
Text Example
Text Example
White with #8A99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99BC; }
p { color: rgb(138,153,188); }
H1.HeaderClassName
{
color: #8A99BC;
}
.AnyTagClassName
{
color: #8A99BC;
}
</style>
background-color css
<style>
a { background-color: #8A99BC; }
a { background-color: rgb(138,153,188); }
div.DivClassName
{
background-color: #8A99BC;
}
.BgClassName
{
background-color: #8A99BC;
}
</style>
border-color css
<style>
span { border-color: #8A99BC; }
span { border-color: rgb(138,153,188); }
td.TdClassName
{
border-color: #8A99BC;
}
.TagClassName
{
border-color: #8A99BC;
}
</style>