#8FA0BE

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

Shades of Rock Blue #8FA0BE

Tints of Rock Blue #8FA0BE

Color information

#8FA0BE (or 0x8FA0BE) is unknown color: approx Rock Blue. HEX triplet: 8F, A0 and BE. RGB value is (143,160,190). Sum of RGB (Red+Green+Blue) = 143+160+190=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0BE is #705F41. Grayscale: #9E9E9E. Windows color (decimal): -7364418 or 12492943. OLE color: 12492943.

HSL color Cylindrical-coordinate representation of color #8FA0BE: hue angle of 218.3º 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 #8FA0BE is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143160190-
CMYK0.250.1600.25
HSL218.3º26.55%65.29%-
HSV(B)218.3º24.74%74.51%-
XYZ33.1934.753.66-
YUV158.34145.87117.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=29.01%
G=32.45%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431601900.250.1600.25218.326.5565.29
Hex8FA0BE1910019da1b41
Octal217240276312003133233101
Binary100011111010000010111110110011000001100111011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,190); }

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

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

 a { background-color: rgb(143,160,190); }

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

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

 span { border-color: rgb(143,160,190); }

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