Shades of Rock Blue #8F9AC1
Tints of Rock Blue #8F9AC1
RGB
CMYK
RGB Variations
Color information
#8F9AC1 (or 0x8F9AC1) is known color: Rock Blue. HEX triplet: 8F, 9A and C1. RGB value is (143,154,193). Sum of RGB (Red+Green+Blue) = 143+154+193=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AC1 is #70653E. Grayscale: #9A9A9A. Windows color (decimal): -7365951 or 12688015. OLE color: 12688015.
HSL color Cylindrical-coordinate representation of color #8F9AC1: hue angle of 226.8º 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 #8F9AC1 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 154 | 193 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.24 |
| HSL | 226.8º | 0.29% | 0.66% | - |
| HSV(B) | 226.8º | 0.26% | 0.76% | - |
| XYZ | 32.51 | 32.8 | 55.07 | - |
| YUV | 155.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 193 | 0.26 | 0.20 | 0 | 0.24 | 226.8 | 0.29 | 0.66 |
| Hex | 8F | 9A | C1 | 1A | 14 | 0 | 18 | E3 | 1D | 42 |
| Octal | 217 | 232 | 301 | 32 | 24 | 0 | 30 | 343 | 35 | 102 |
| Binary | 10001111 | 10011010 | 11000001 | 11010 | 10100 | 0 | 11000 | 11100011 | 11101 | 1000010 |
Color Harmonies of #8F9AC1
Complementary color
Monochromatic Colors of #8F9AC1
Black with #8F9AC1
Text Example
Text Example
White with #8F9AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9AC1; }
p { color: rgb(143,154,193); }
H1.HeaderClassName
{
color: #8F9AC1;
}
.AnyTagClassName
{
color: #8F9AC1;
}
</style>
background-color css
<style>
a { background-color: #8F9AC1; }
a { background-color: rgb(143,154,193); }
div.DivClassName
{
background-color: #8F9AC1;
}
.BgClassName
{
background-color: #8F9AC1;
}
</style>
border-color css
<style>
span { border-color: #8F9AC1; }
span { border-color: rgb(143,154,193); }
td.TdClassName
{
border-color: #8F9AC1;
}
.TagClassName
{
border-color: #8F9AC1;
}
</style>