#9E9DCD

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

Shades of Blue Bell #9E9DCD

Tints of Blue Bell #9E9DCD

Color information

#9E9DCD (or 0x9E9DCD) is unknown color: approx Blue Bell. HEX triplet: 9E, 9D and CD. RGB value is (158,157,205). Sum of RGB (Red+Green+Blue) = 158+157+205=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DCD is #616232. Grayscale: #A2A2A2. Windows color (decimal): -6382131 or 13475230. OLE color: 13475230.

HSL color Cylindrical-coordinate representation of color #9E9DCD: hue angle of 241.25º degrees, saturation: 0.32, 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 #9E9DCD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158157205-
CMYK0.230.2300.20
HSL241.25º32.43%70.98%-
HSV(B)241.25º23.41%80.39%-
XYZ37.1835.7962.71-
YUV162.77151.83124.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=30.38%
G=30.19%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581572050.230.2300.20241.2532.4370.98
Hex9E9DCD1717014f12047
Octal236235315272702436140107
Binary1001111010011101110011011011110111010100111100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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