#8E95BD

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

Shades of Blue Bell #8E95BD

Tints of Blue Bell #8E95BD

Color information

#8E95BD (or 0x8E95BD) is unknown color: approx Blue Bell. HEX triplet: 8E, 95 and BD. RGB value is (142,149,189). Sum of RGB (Red+Green+Blue) = 142+149+189=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E95BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95BD is #716A42. Grayscale: #979797. Windows color (decimal): -7432771 or 12424590. OLE color: 12424590.

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

Color convert

RGB142149189-
CMYK0.250.2100.26
HSL231.06º26.26%64.9%-
HSV(B)231.06º24.87%74.12%-
XYZ31.0930.9252.47-
YUV151.47149.18121.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=29.58%
G=31.04%
B=39.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421491890.250.2100.26231.0626.2664.9
Hex8E95BD191501Ae71a41
Octal216225275312503234732101
Binary100011101001010110111101110011010101101011100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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