#9C9ED9

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

Shades of Blue Bell #9C9ED9

Tints of Blue Bell #9C9ED9

Color information

#9C9ED9 (or 0x9C9ED9) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and D9. RGB value is (156,158,217). Sum of RGB (Red+Green+Blue) = 156+158+217=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C9ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ED9 is #636126. Grayscale: #A3A3A3. Windows color (decimal): -6512935 or 14261916. OLE color: 14261916.

HSL color Cylindrical-coordinate representation of color #9C9ED9: hue angle of 238.03º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C9ED9 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156158217-
CMYK0.280.2700.15
HSL238.03º44.53%73.14%-
HSV(B)238.03º28.11%85.1%-
XYZ38.4636.5370.67-
YUV164.13157.84122.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.38%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=29.38%
G=29.76%
B=40.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561582170.280.2700.15238.0344.5373.14
Hex9C9ED91C1B0Fee2d49
Octal234236331343301735655111
Binary100111001001111011011001111001101101111111011101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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