Shades of Rock Blue #8699BF
Tints of Rock Blue #8699BF
RGB
CMYK
RGB Variations
Color information
#8699BF (or 0x8699BF) is known color: Rock Blue. HEX triplet: 86, 99 and BF. RGB value is (134,153,191). Sum of RGB (Red+Green+Blue) = 134+153+191=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8699BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699BF is #796640. Grayscale: #979797. Windows color (decimal): -7956033 or 12556678. OLE color: 12556678.
HSL color Cylindrical-coordinate representation of color #8699BF: hue angle of 220º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8699BF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 153 | 191 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.25 |
| HSL | 220º | 0.31% | 0.64% | - |
| HSV(B) | 220º | 0.3% | 0.75% | - |
| XYZ | 30.63 | 31.61 | 53.78 | - |
| YUV | 151.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 191 | 0.30 | 0.20 | 0 | 0.25 | 220 | 0.31 | 0.64 |
| Hex | 86 | 99 | BF | 1E | 14 | 0 | 19 | DC | 1F | 40 |
| Octal | 206 | 231 | 277 | 36 | 24 | 0 | 31 | 334 | 37 | 100 |
| Binary | 10000110 | 10011001 | 10111111 | 11110 | 10100 | 0 | 11001 | 11011100 | 11111 | 1000000 |
Color Harmonies of #8699BF
Complementary color
Monochromatic Colors of #8699BF
Black with #8699BF
Text Example
Text Example
White with #8699BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699BF; }
p { color: rgb(134,153,191); }
H1.HeaderClassName
{
color: #8699BF;
}
.AnyTagClassName
{
color: #8699BF;
}
</style>
background-color css
<style>
a { background-color: #8699BF; }
a { background-color: rgb(134,153,191); }
div.DivClassName
{
background-color: #8699BF;
}
.BgClassName
{
background-color: #8699BF;
}
</style>
border-color css
<style>
span { border-color: #8699BF; }
span { border-color: rgb(134,153,191); }
td.TdClassName
{
border-color: #8699BF;
}
.TagClassName
{
border-color: #8699BF;
}
</style>