#8FA4B9

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

Shades of Rock Blue #8FA4B9

Tints of Rock Blue #8FA4B9

Color information

#8FA4B9 (or 0x8FA4B9) is unknown color: approx Rock Blue. HEX triplet: 8F, A4 and B9. RGB value is (143,164,185). Sum of RGB (Red+Green+Blue) = 143+164+185=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FA4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4B9 is #705B46. Grayscale: #A0A0A0. Windows color (decimal): -7363399 or 12166287. OLE color: 12166287.

HSL color Cylindrical-coordinate representation of color #8FA4B9: hue angle of 210º 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 #8FA4B9 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143164185-
CMYK0.230.1100.27
HSL210º23.08%64.31%-
HSV(B)210º22.7%72.55%-
XYZ33.3635.8951.07-
YUV160.12142.04115.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=29.07%
G=33.33%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431641850.230.1100.2721023.0864.31
Hex8FA4B917B01Bd21740
Octal217244271271303332227100
Binary10001111101001001011100110111101101101111010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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