#9C9ED5

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

Shades of Blue Bell #9C9ED5

Tints of Blue Bell #9C9ED5

Color information

#9C9ED5 (or 0x9C9ED5) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and D5. RGB value is (156,158,213). Sum of RGB (Red+Green+Blue) = 156+158+213=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C9ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ED5 is #63612A. Grayscale: #A3A3A3. Windows color (decimal): -6512939 or 13999772. OLE color: 13999772.

HSL color Cylindrical-coordinate representation of color #9C9ED5: hue angle of 237.89º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9ED5 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156158213-
CMYK0.270.2600.16
HSL237.89º40.43%72.35%-
HSV(B)237.89º26.76%83.53%-
XYZ37.9536.3367.96-
YUV163.67155.84122.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 213 (83.59% from 255) = 40.42%
R=29.60%
G=29.98%
B=40.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561582130.270.2600.16237.8940.4372.35
Hex9C9ED51B1A010ee2848
Octal234236325333202035650110
Binary1001110010011110110101011101111010010000111011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,158,213); }

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

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

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

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

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

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

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