Shades of Rock Blue #8F9CC0
Tints of Rock Blue #8F9CC0
RGB
CMYK
RGB Variations
Color information
#8F9CC0 (or 0x8F9CC0) is known color: Rock Blue. HEX triplet: 8F, 9C and C0. RGB value is (143,156,192). Sum of RGB (Red+Green+Blue) = 143+156+192=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F9CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CC0 is #70633F. Grayscale: #9C9C9C. Windows color (decimal): -7365440 or 12622991. OLE color: 12622991.
HSL color Cylindrical-coordinate representation of color #8F9CC0: hue angle of 224.08º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9CC0 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 156 | 192 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.25 |
| HSL | 224.08º | 0.28% | 0.66% | - |
| HSV(B) | 224.08º | 0.26% | 0.75% | - |
| XYZ | 32.73 | 33.42 | 54.6 | - |
| YUV | 156.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 192 | 0.26 | 0.19 | 0 | 0.25 | 224.08 | 0.28 | 0.66 |
| Hex | 8F | 9C | C0 | 1A | 13 | 0 | 19 | E0 | 1C | 42 |
| Octal | 217 | 234 | 300 | 32 | 23 | 0 | 31 | 340 | 34 | 102 |
| Binary | 10001111 | 10011100 | 11000000 | 11010 | 10011 | 0 | 11001 | 11100000 | 11100 | 1000010 |
Color Harmonies of #8F9CC0
Complementary color
Monochromatic Colors of #8F9CC0
Black with #8F9CC0
Text Example
Text Example
White with #8F9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CC0; }
p { color: rgb(143,156,192); }
H1.HeaderClassName
{
color: #8F9CC0;
}
.AnyTagClassName
{
color: #8F9CC0;
}
</style>
background-color css
<style>
a { background-color: #8F9CC0; }
a { background-color: rgb(143,156,192); }
div.DivClassName
{
background-color: #8F9CC0;
}
.BgClassName
{
background-color: #8F9CC0;
}
</style>
border-color css
<style>
span { border-color: #8F9CC0; }
span { border-color: rgb(143,156,192); }
td.TdClassName
{
border-color: #8F9CC0;
}
.TagClassName
{
border-color: #8F9CC0;
}
</style>