#8E90BE

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

Shades of Blue Bell #8E90BE

Tints of Blue Bell #8E90BE

Color information

#8E90BE (or 0x8E90BE) is unknown color: approx Blue Bell. HEX triplet: 8E, 90 and BE. RGB value is (142,144,190). Sum of RGB (Red+Green+Blue) = 142+144+190=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E90BE is #716F41. Grayscale: #949494. Windows color (decimal): -7434050 or 12488846. OLE color: 12488846.

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

Color convert

RGB142144190-
CMYK0.250.2400.25
HSL237.5º26.97%65.1%-
HSV(B)237.5º25.26%74.51%-
XYZ30.4229.4252.79-
YUV148.65151.34123.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=29.83%
G=30.25%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421441900.250.2400.25237.526.9765.1
Hex8E90BE1918019ee1b41
Octal216220276313003135633101
Binary100011101001000010111110110011100001100111101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,190); }

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

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

 a { background-color: rgb(142,144,190); }

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

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

 span { border-color: rgb(142,144,190); }

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