Shades of Rock Blue #8099BC
Tints of Rock Blue #8099BC
RGB
CMYK
RGB Variations
Color information
#8099BC (or 0x8099BC) is known color: Rock Blue. HEX triplet: 80, 99 and BC. RGB value is (128,153,188). Sum of RGB (Red+Green+Blue) = 128+153+188=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8099BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099BC is #7F6643. Grayscale: #959595. Windows color (decimal): -8349252 or 12360064. OLE color: 12360064.
HSL color Cylindrical-coordinate representation of color #8099BC: hue angle of 215º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8099BC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 153 | 188 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.26 |
| HSL | 215º | 0.31% | 0.62% | - |
| HSV(B) | 215º | 0.32% | 0.74% | - |
| XYZ | 29.37 | 31 | 52.01 | - |
| YUV | 149.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 188 | 0.32 | 0.19 | 0 | 0.26 | 215 | 0.31 | 0.62 |
| Hex | 80 | 99 | BC | 20 | 13 | 0 | 1A | D7 | 1F | 3E |
| Octal | 200 | 231 | 274 | 40 | 23 | 0 | 32 | 327 | 37 | 76 |
| Binary | 10000000 | 10011001 | 10111100 | 100000 | 10011 | 0 | 11010 | 11010111 | 11111 | 111110 |
Color Harmonies of #8099BC
Complementary color
Monochromatic Colors of #8099BC
Black with #8099BC
Text Example
Text Example
White with #8099BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099BC; }
p { color: rgb(128,153,188); }
H1.HeaderClassName
{
color: #8099BC;
}
.AnyTagClassName
{
color: #8099BC;
}
</style>
background-color css
<style>
a { background-color: #8099BC; }
a { background-color: rgb(128,153,188); }
div.DivClassName
{
background-color: #8099BC;
}
.BgClassName
{
background-color: #8099BC;
}
</style>
border-color css
<style>
span { border-color: #8099BC; }
span { border-color: rgb(128,153,188); }
td.TdClassName
{
border-color: #8099BC;
}
.TagClassName
{
border-color: #8099BC;
}
</style>