Shades of Rock Blue #8F9CC1
Tints of Rock Blue #8F9CC1
RGB
CMYK
RGB Variations
Color information
#8F9CC1 (or 0x8F9CC1) is known color: Rock Blue. HEX triplet: 8F, 9C and C1. RGB value is (143,156,193). Sum of RGB (Red+Green+Blue) = 143+156+193=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F9CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CC1 is #70633E. Grayscale: #9C9C9C. Windows color (decimal): -7365439 or 12688527. OLE color: 12688527.
HSL color Cylindrical-coordinate representation of color #8F9CC1: hue angle of 224.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9CC1 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 156 | 193 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.24 |
| HSL | 224.4º | 0.29% | 0.66% | - |
| HSV(B) | 224.4º | 0.26% | 0.76% | - |
| XYZ | 32.84 | 33.47 | 55.18 | - |
| YUV | 156.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 193 | 0.26 | 0.19 | 0 | 0.24 | 224.4 | 0.29 | 0.66 |
| Hex | 8F | 9C | C1 | 1A | 13 | 0 | 18 | E0 | 1D | 42 |
| Octal | 217 | 234 | 301 | 32 | 23 | 0 | 30 | 340 | 35 | 102 |
| Binary | 10001111 | 10011100 | 11000001 | 11010 | 10011 | 0 | 11000 | 11100000 | 11101 | 1000010 |
Color Harmonies of #8F9CC1
Complementary color
Monochromatic Colors of #8F9CC1
Black with #8F9CC1
Text Example
Text Example
White with #8F9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CC1; }
p { color: rgb(143,156,193); }
H1.HeaderClassName
{
color: #8F9CC1;
}
.AnyTagClassName
{
color: #8F9CC1;
}
</style>
background-color css
<style>
a { background-color: #8F9CC1; }
a { background-color: rgb(143,156,193); }
div.DivClassName
{
background-color: #8F9CC1;
}
.BgClassName
{
background-color: #8F9CC1;
}
</style>
border-color css
<style>
span { border-color: #8F9CC1; }
span { border-color: rgb(143,156,193); }
td.TdClassName
{
border-color: #8F9CC1;
}
.TagClassName
{
border-color: #8F9CC1;
}
</style>