Shades of Rock Blue #8099BF
Tints of Rock Blue #8099BF
RGB
CMYK
RGB Variations
Color information
#8099BF (or 0x8099BF) is known color: Rock Blue. HEX triplet: 80, 99 and BF. RGB value is (128,153,191). Sum of RGB (Red+Green+Blue) = 128+153+191=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #8099BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099BF is #7F6640. Grayscale: #959595. Windows color (decimal): -8349249 or 12556672. OLE color: 12556672.
HSL color Cylindrical-coordinate representation of color #8099BF: hue angle of 216.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8099BF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 153 | 191 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.25 |
| HSL | 216.19º | 0.33% | 0.63% | - |
| HSV(B) | 216.19º | 0.33% | 0.75% | - |
| XYZ | 29.7 | 31.13 | 53.73 | - |
| YUV | 149.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 191 | 0.33 | 0.20 | 0 | 0.25 | 216.19 | 0.33 | 0.63 |
| Hex | 80 | 99 | BF | 21 | 14 | 0 | 19 | D8 | 21 | 3F |
| Octal | 200 | 231 | 277 | 41 | 24 | 0 | 31 | 330 | 41 | 77 |
| Binary | 10000000 | 10011001 | 10111111 | 100001 | 10100 | 0 | 11001 | 11011000 | 100001 | 111111 |
Color Harmonies of #8099BF
Complementary color
Monochromatic Colors of #8099BF
Black with #8099BF
Text Example
Text Example
White with #8099BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099BF; }
p { color: rgb(128,153,191); }
H1.HeaderClassName
{
color: #8099BF;
}
.AnyTagClassName
{
color: #8099BF;
}
</style>
background-color css
<style>
a { background-color: #8099BF; }
a { background-color: rgb(128,153,191); }
div.DivClassName
{
background-color: #8099BF;
}
.BgClassName
{
background-color: #8099BF;
}
</style>
border-color css
<style>
span { border-color: #8099BF; }
span { border-color: rgb(128,153,191); }
td.TdClassName
{
border-color: #8099BF;
}
.TagClassName
{
border-color: #8099BF;
}
</style>