#9E9ECB

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

Shades of Blue Bell #9E9ECB

Tints of Blue Bell #9E9ECB

Color information

#9E9ECB (or 0x9E9ECB) is unknown color: approx Blue Bell. HEX triplet: 9E, 9E and CB. RGB value is (158,158,203). Sum of RGB (Red+Green+Blue) = 158+158+203=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECB is #616134. Grayscale: #A2A2A2. Windows color (decimal): -6381877 or 13344414. OLE color: 13344414.

HSL color Cylindrical-coordinate representation of color #9E9ECB: hue angle of 240º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E9ECB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158158203-
CMYK0.220.2200.20
HSL240º30.2%70.78%-
HSV(B)240º22.17%79.61%-
XYZ37.1136.0361.5-
YUV163.13150.5124.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=30.44%
G=30.44%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581582030.220.2200.2024030.270.78
Hex9E9ECB1616014f01e47
Octal236236313262602436036107
Binary100111101001111011001011101101011001010011110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9ECB; }

 p { color: rgb(158,158,203); }

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

<style>
 a { background-color: #9E9ECB; }

 a { background-color: rgb(158,158,203); }

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

<style>
 span { border-color: #9E9ECB; }

 span { border-color: rgb(158,158,203); }

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