#9E9ECA

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

Shades of Blue Bell #9E9ECA

Tints of Blue Bell #9E9ECA

Color information

#9E9ECA (or 0x9E9ECA) is unknown color: approx Blue Bell. HEX triplet: 9E, 9E and CA. RGB value is (158,158,202). Sum of RGB (Red+Green+Blue) = 158+158+202=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECA is #616135. Grayscale: #A2A2A2. Windows color (decimal): -6381878 or 13278878. OLE color: 13278878.

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

Color convert

RGB158158202-
CMYK0.220.2200.21
HSL240º29.33%70.59%-
HSV(B)240º21.78%79.22%-
XYZ36.9935.9960.87-
YUV163.02150124.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=30.50%
G=30.50%
B=39.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581582020.220.2200.2124029.3370.59
Hex9E9ECA1616015f01d47
Octal236236312262602536035107
Binary100111101001111011001010101101011001010111110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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