#8F94BE

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

Shades of Blue Bell #8F94BE

Tints of Blue Bell #8F94BE

Color information

#8F94BE (or 0x8F94BE) is unknown color: approx Blue Bell. HEX triplet: 8F, 94 and BE. RGB value is (143,148,190). Sum of RGB (Red+Green+Blue) = 143+148+190=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94BE is #706B41. Grayscale: #979797. Windows color (decimal): -7367490 or 12489871. OLE color: 12489871.

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

Color convert

RGB143148190-
CMYK0.250.2200.25
HSL233.62º26.55%65.29%-
HSV(B)233.62º24.74%74.51%-
XYZ31.2130.7453-
YUV151.29149.84122.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.73%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=29.73%
G=30.77%
B=39.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431481900.250.2200.25233.6226.5565.29
Hex8F94BE1916019ea1b41
Octal217224276312603135233101
Binary100011111001010010111110110011011001100111101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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