Shades of Rock Blue #8FA1C4
Tints of Rock Blue #8FA1C4
RGB
CMYK
RGB Variations
Color information
#8FA1C4 (or 0x8FA1C4) is known color: Rock Blue. HEX triplet: 8F, A1 and C4. RGB value is (143,161,196). Sum of RGB (Red+Green+Blue) = 143+161+196=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FA1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1C4 is #705E3B. Grayscale: #9F9F9F. Windows color (decimal): -7364156 or 12886415. OLE color: 12886415.
HSL color Cylindrical-coordinate representation of color #8FA1C4: hue angle of 219.62º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA1C4 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 161 | 196 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.23 |
| HSL | 219.62º | 0.31% | 0.66% | - |
| HSV(B) | 219.62º | 0.27% | 0.77% | - |
| XYZ | 34.04 | 35.31 | 57.25 | - |
| YUV | 159.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 196 | 0.27 | 0.18 | 0 | 0.23 | 219.62 | 0.31 | 0.66 |
| Hex | 8F | A1 | C4 | 1B | 12 | 0 | 17 | DC | 1F | 42 |
| Octal | 217 | 241 | 304 | 33 | 22 | 0 | 27 | 334 | 37 | 102 |
| Binary | 10001111 | 10100001 | 11000100 | 11011 | 10010 | 0 | 10111 | 11011100 | 11111 | 1000010 |
Color Harmonies of #8FA1C4
Complementary color
Monochromatic Colors of #8FA1C4
Black with #8FA1C4
Text Example
Text Example
White with #8FA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA1C4; }
p { color: rgb(143,161,196); }
H1.HeaderClassName
{
color: #8FA1C4;
}
.AnyTagClassName
{
color: #8FA1C4;
}
</style>
background-color css
<style>
a { background-color: #8FA1C4; }
a { background-color: rgb(143,161,196); }
div.DivClassName
{
background-color: #8FA1C4;
}
.BgClassName
{
background-color: #8FA1C4;
}
</style>
border-color css
<style>
span { border-color: #8FA1C4; }
span { border-color: rgb(143,161,196); }
td.TdClassName
{
border-color: #8FA1C4;
}
.TagClassName
{
border-color: #8FA1C4;
}
</style>