#9E9ECC

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

Shades of Blue Bell #9E9ECC

Tints of Blue Bell #9E9ECC

Color information

#9E9ECC (or 0x9E9ECC) is unknown color: approx Blue Bell. HEX triplet: 9E, 9E and CC. RGB value is (158,158,204). Sum of RGB (Red+Green+Blue) = 158+158+204=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECC is #616133. Grayscale: #A3A3A3. Windows color (decimal): -6381876 or 13409950. OLE color: 13409950.

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

Color convert

RGB158158204-
CMYK0.230.2300.2
HSL240º31.08%70.98%-
HSV(B)240º22.55%80%-
XYZ37.2336.0862.13-
YUV163.24151124.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=30.38%
G=30.38%
B=39.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581582040.230.2300.224031.0870.98
Hex9E9ECC1717014f01f47
Octal236236314272702436037107
Binary100111101001111011001100101111011101010011110000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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