Shades of Rock Blue #8A99C5
Tints of Rock Blue #8A99C5
RGB
CMYK
RGB Variations
Color information
#8A99C5 (or 0x8A99C5) is known color: Rock Blue. HEX triplet: 8A, 99 and C5. RGB value is (138,153,197). Sum of RGB (Red+Green+Blue) = 138+153+197=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #8A99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A99C5 is #75663A. Grayscale: #999999. Windows color (decimal): -7693883 or 12949898. OLE color: 12949898.
HSL color Cylindrical-coordinate representation of color #8A99C5: hue angle of 224.75º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A99C5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 153 | 197 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.23 |
| HSL | 224.75º | 0.34% | 0.66% | - |
| HSV(B) | 224.75º | 0.3% | 0.77% | - |
| XYZ | 31.95 | 32.22 | 57.36 | - |
| YUV | 153.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 197 | 0.30 | 0.22 | 0 | 0.23 | 224.75 | 0.34 | 0.66 |
| Hex | 8A | 99 | C5 | 1E | 16 | 0 | 17 | E1 | 22 | 42 |
| Octal | 212 | 231 | 305 | 36 | 26 | 0 | 27 | 341 | 42 | 102 |
| Binary | 10001010 | 10011001 | 11000101 | 11110 | 10110 | 0 | 10111 | 11100001 | 100010 | 1000010 |
Color Harmonies of #8A99C5
Complementary color
Monochromatic Colors of #8A99C5
Black with #8A99C5
Text Example
Text Example
White with #8A99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A99C5; }
p { color: rgb(138,153,197); }
H1.HeaderClassName
{
color: #8A99C5;
}
.AnyTagClassName
{
color: #8A99C5;
}
</style>
background-color css
<style>
a { background-color: #8A99C5; }
a { background-color: rgb(138,153,197); }
div.DivClassName
{
background-color: #8A99C5;
}
.BgClassName
{
background-color: #8A99C5;
}
</style>
border-color css
<style>
span { border-color: #8A99C5; }
span { border-color: rgb(138,153,197); }
td.TdClassName
{
border-color: #8A99C5;
}
.TagClassName
{
border-color: #8A99C5;
}
</style>