#9E9DCA

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

Shades of Blue Bell #9E9DCA

Tints of Blue Bell #9E9DCA

Color information

#9E9DCA (or 0x9E9DCA) is unknown color: approx Blue Bell. HEX triplet: 9E, 9D and CA. RGB value is (158,157,202). Sum of RGB (Red+Green+Blue) = 158+157+202=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DCA is #616235. Grayscale: #A2A2A2. Windows color (decimal): -6382134 or 13278622. OLE color: 13278622.

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

Color convert

RGB158157202-
CMYK0.220.2200.21
HSL241.33º29.8%70.39%-
HSV(B)241.33º22.28%79.22%-
XYZ36.8235.6560.82-
YUV162.43150.33124.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=30.56%
G=30.37%
B=39.07%

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
Decimal1581572020.220.2200.21241.3329.870.39
Hex9E9DCA1616015f11e46
Octal236235312262602536136106
Binary100111101001110111001010101101011001010111110001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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