Shades of Rock Blue #8099BA
Tints of Rock Blue #8099BA
RGB
CMYK
RGB Variations
Color information
#8099BA (or 0x8099BA) is known color: Rock Blue. HEX triplet: 80, 99 and BA. RGB value is (128,153,186). Sum of RGB (Red+Green+Blue) = 128+153+186=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8099BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099BA is #7F6645. Grayscale: #959595. Windows color (decimal): -8349254 or 12228992. OLE color: 12228992.
HSL color Cylindrical-coordinate representation of color #8099BA: hue angle of 214.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8099BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 153 | 186 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.27 |
| HSL | 214.14º | 0.3% | 0.62% | - |
| HSV(B) | 214.14º | 0.31% | 0.73% | - |
| XYZ | 29.16 | 30.92 | 50.89 | - |
| YUV | 149.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 186 | 0.31 | 0.18 | 0 | 0.27 | 214.14 | 0.3 | 0.62 |
| Hex | 80 | 99 | BA | 1F | 12 | 0 | 1B | D6 | 1E | 3E |
| Octal | 200 | 231 | 272 | 37 | 22 | 0 | 33 | 326 | 36 | 76 |
| Binary | 10000000 | 10011001 | 10111010 | 11111 | 10010 | 0 | 11011 | 11010110 | 11110 | 111110 |
Color Harmonies of #8099BA
Complementary color
Monochromatic Colors of #8099BA
Black with #8099BA
Text Example
Text Example
White with #8099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099BA; }
p { color: rgb(128,153,186); }
H1.HeaderClassName
{
color: #8099BA;
}
.AnyTagClassName
{
color: #8099BA;
}
</style>
background-color css
<style>
a { background-color: #8099BA; }
a { background-color: rgb(128,153,186); }
div.DivClassName
{
background-color: #8099BA;
}
.BgClassName
{
background-color: #8099BA;
}
</style>
border-color css
<style>
span { border-color: #8099BA; }
span { border-color: rgb(128,153,186); }
td.TdClassName
{
border-color: #8099BA;
}
.TagClassName
{
border-color: #8099BA;
}
</style>