#8E95BE

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

Shades of Blue Bell #8E95BE

Tints of Blue Bell #8E95BE

Color information

#8E95BE (or 0x8E95BE) is unknown color: approx Blue Bell. HEX triplet: 8E, 95 and BE. RGB value is (142,149,190). Sum of RGB (Red+Green+Blue) = 142+149+190=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 149 (58.59% from 255 or 30.98% 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 #8E95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95BE is #716A41. Grayscale: #979797. Windows color (decimal): -7432770 or 12490126. OLE color: 12490126.

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

Color convert

RGB142149190-
CMYK0.250.2200.25
HSL231.25º26.97%65.1%-
HSV(B)231.25º25.26%74.51%-
XYZ31.230.9653.05-
YUV151.58149.68121.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=29.52%
G=30.98%
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
Decimal1421491900.250.2200.25231.2526.9765.1
Hex8E95BE1916019e71b41
Octal216225276312603134733101
Binary100011101001010110111110110011011001100111100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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