#8FA2B9

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

Shades of Rock Blue #8FA2B9

Tints of Rock Blue #8FA2B9

Color information

#8FA2B9 (or 0x8FA2B9) is unknown color: approx Rock Blue. HEX triplet: 8F, A2 and B9. RGB value is (143,162,185). Sum of RGB (Red+Green+Blue) = 143+162+185=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2B9 is #705D46. Grayscale: #9E9E9E. Windows color (decimal): -7363911 or 12165775. OLE color: 12165775.

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

Color convert

RGB143162185-
CMYK0.230.1200.27
HSL212.86º23.08%64.31%-
HSV(B)212.86º22.7%72.55%-
XYZ3335.1850.95-
YUV158.94142.71116.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=29.18%
G=33.06%
B=37.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431621850.230.1200.27212.8623.0864.31
Hex8FA2B917C01Bd51740
Octal217242271271403332527100
Binary10001111101000101011100110111110001101111010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,185); }

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

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

 a { background-color: rgb(143,162,185); }

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

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

 span { border-color: rgb(143,162,185); }

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