Shades of Rock Blue #8F9BAF
Tints of Rock Blue #8F9BAF
RGB
CMYK
RGB Variations
Color information
#8F9BAF (or 0x8F9BAF) is known color: Rock Blue. HEX triplet: 8F, 9B and AF. RGB value is (143,155,175). Sum of RGB (Red+Green+Blue) = 143+155+175=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9BAF is #706450. Grayscale: #999999. Windows color (decimal): -7365713 or 11508623. OLE color: 11508623.
HSL color Cylindrical-coordinate representation of color #8F9BAF: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9BAF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 155 | 175 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.31 |
| HSL | 217.5º | 0.17% | 0.62% | - |
| HSV(B) | 217.5º | 0.18% | 0.69% | - |
| XYZ | 30.79 | 32.38 | 45.18 | - |
| YUV | 153.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 175 | 0.18 | 0.11 | 0 | 0.31 | 217.5 | 0.17 | 0.62 |
| Hex | 8F | 9B | AF | 12 | B | 0 | 1F | DA | 11 | 3E |
| Octal | 217 | 233 | 257 | 22 | 13 | 0 | 37 | 332 | 21 | 76 |
| Binary | 10001111 | 10011011 | 10101111 | 10010 | 1011 | 0 | 11111 | 11011010 | 10001 | 111110 |
Color Harmonies of #8F9BAF
Complementary color
Monochromatic Colors of #8F9BAF
Black with #8F9BAF
Text Example
Text Example
White with #8F9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9BAF; }
p { color: rgb(143,155,175); }
H1.HeaderClassName
{
color: #8F9BAF;
}
.AnyTagClassName
{
color: #8F9BAF;
}
</style>
background-color css
<style>
a { background-color: #8F9BAF; }
a { background-color: rgb(143,155,175); }
div.DivClassName
{
background-color: #8F9BAF;
}
.BgClassName
{
background-color: #8F9BAF;
}
</style>
border-color css
<style>
span { border-color: #8F9BAF; }
span { border-color: rgb(143,155,175); }
td.TdClassName
{
border-color: #8F9BAF;
}
.TagClassName
{
border-color: #8F9BAF;
}
</style>