Shades of Rock Blue #8F9DB3
Tints of Rock Blue #8F9DB3
RGB
CMYK
RGB Variations
Color information
#8F9DB3 (or 0x8F9DB3) is known color: Rock Blue. HEX triplet: 8F, 9D and B3. RGB value is (143,157,179). Sum of RGB (Red+Green+Blue) = 143+157+179=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F9DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DB3 is #70624C. Grayscale: #9B9B9B. Windows color (decimal): -7365197 or 11771279. OLE color: 11771279.
HSL color Cylindrical-coordinate representation of color #8F9DB3: hue angle of 216.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9DB3 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 157 | 179 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.30 |
| HSL | 216.67º | 0.19% | 0.63% | - |
| HSV(B) | 216.67º | 0.2% | 0.7% | - |
| XYZ | 31.52 | 33.21 | 47.4 | - |
| YUV | 155.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 179 | 0.20 | 0.12 | 0 | 0.30 | 216.67 | 0.19 | 0.63 |
| Hex | 8F | 9D | B3 | 14 | C | 0 | 1E | D9 | 13 | 3F |
| Octal | 217 | 235 | 263 | 24 | 14 | 0 | 36 | 331 | 23 | 77 |
| Binary | 10001111 | 10011101 | 10110011 | 10100 | 1100 | 0 | 11110 | 11011001 | 10011 | 111111 |
Color Harmonies of #8F9DB3
Complementary color
Monochromatic Colors of #8F9DB3
Black with #8F9DB3
Text Example
Text Example
White with #8F9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DB3; }
p { color: rgb(143,157,179); }
H1.HeaderClassName
{
color: #8F9DB3;
}
.AnyTagClassName
{
color: #8F9DB3;
}
</style>
background-color css
<style>
a { background-color: #8F9DB3; }
a { background-color: rgb(143,157,179); }
div.DivClassName
{
background-color: #8F9DB3;
}
.BgClassName
{
background-color: #8F9DB3;
}
</style>
border-color css
<style>
span { border-color: #8F9DB3; }
span { border-color: rgb(143,157,179); }
td.TdClassName
{
border-color: #8F9DB3;
}
.TagClassName
{
border-color: #8F9DB3;
}
</style>