#9E9ECE

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

Shades of Blue Bell #9E9ECE

Tints of Blue Bell #9E9ECE

Color information

#9E9ECE (or 0x9E9ECE) is unknown color: approx Blue Bell. HEX triplet: 9E, 9E and CE. RGB value is (158,158,206). Sum of RGB (Red+Green+Blue) = 158+158+206=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECE is #616131. Grayscale: #A3A3A3. Windows color (decimal): -6381874 or 13541022. OLE color: 13541022.

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

Color convert

RGB158158206-
CMYK0.230.2300.19
HSL240º32.88%71.37%-
HSV(B)240º23.3%80.78%-
XYZ37.4736.1863.4-
YUV163.47152124.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=30.27%
G=30.27%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581582060.230.2300.1924032.8871.37
Hex9E9ECE1717013f02147
Octal236236316272702336041107
Binary1001111010011110110011101011110111010011111100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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