#8FA1BA

Color #8FA1BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8FA1BA

Tints of Rock Blue #8FA1BA

Color information

#8FA1BA (or 0x8FA1BA) is unknown color: approx Rock Blue. HEX triplet: 8F, A1 and BA. RGB value is (143,161,186). Sum of RGB (Red+Green+Blue) = 143+161+186=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1BA is #705E45. Grayscale: #9E9E9E. Windows color (decimal): -7364166 or 12231055. OLE color: 12231055.

HSL color Cylindrical-coordinate representation of color #8FA1BA: hue angle of 214.88º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA1BA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143161186-
CMYK0.230.1300.27
HSL214.88º23.76%64.51%-
HSV(B)214.88º23.12%72.94%-
XYZ32.9434.8751.45-
YUV158.47143.54116.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=29.18%
G=32.86%
B=37.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431611860.230.1300.27214.8823.7664.51
Hex8FA1BA17D01Bd71841
Octal217241272271503332730101
Binary10001111101000011011101010111110101101111010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA1BA; }

 p { color: rgb(143,161,186); }

 H1.HeaderClassName
 {
   color: #8FA1BA;
 }
 .AnyTagClassName
 {
   color: #8FA1BA;
 }
</style>
background-color css

<style>
 a { background-color: #8FA1BA; }

 a { background-color: rgb(143,161,186); }

 div.DivClassName
 {
   background-color: #8FA1BA;
 }
 .BgClassName
 {
   background-color: #8FA1BA;
 }
</style>
border-color css

<style>
 span { border-color: #8FA1BA; }

 span { border-color: rgb(143,161,186); }

 td.TdClassName
 {
   border-color: #8FA1BA;
 }
 .TagClassName
 {
   border-color: #8FA1BA;
 }
</style>