#8E95BF

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

Shades of Blue Bell #8E95BF

Tints of Blue Bell #8E95BF

Color information

#8E95BF (or 0x8E95BF) is unknown color: approx Blue Bell. HEX triplet: 8E, 95 and BF. RGB value is (142,149,191). Sum of RGB (Red+Green+Blue) = 142+149+191=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95BF is #716A40. Grayscale: #979797. Windows color (decimal): -7432769 or 12555662. OLE color: 12555662.

HSL color Cylindrical-coordinate representation of color #8E95BF: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E95BF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142149191-
CMYK0.260.2200.25
HSL231.43º27.68%65.29%-
HSV(B)231.43º25.65%74.9%-
XYZ31.3131.0153.63-
YUV151.7150.18121.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 191 (75% from 255) = 39.63%
R=29.46%
G=30.91%
B=39.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421491910.260.2200.25231.4327.6865.29
Hex8E95BF1A16019e71c41
Octal216225277322603134734101
Binary100011101001010110111111110101011001100111100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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