#8FA4BF

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

Shades of Rock Blue #8FA4BF

Tints of Rock Blue #8FA4BF

Color information

#8FA4BF (or 0x8FA4BF) is unknown color: approx Rock Blue. HEX triplet: 8F, A4 and BF. RGB value is (143,164,191). Sum of RGB (Red+Green+Blue) = 143+164+191=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4BF is #705B40. Grayscale: #A0A0A0. Windows color (decimal): -7363393 or 12559503. OLE color: 12559503.

HSL color Cylindrical-coordinate representation of color #8FA4BF: hue angle of 213.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA4BF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143164191-
CMYK0.250.1400.25
HSL213.75º27.27%65.49%-
HSV(B)213.75º25.13%74.9%-
XYZ34.0136.1554.48-
YUV160.8145.04115.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 191 (75% from 255) = 38.35%
R=28.71%
G=32.93%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431641910.250.1400.25213.7527.2765.49
Hex8FA4BF19E019d61b41
Octal217244277311603132633101
Binary10001111101001001011111111001111001100111010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,191); }

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

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

 a { background-color: rgb(143,164,191); }

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

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

 span { border-color: rgb(143,164,191); }

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