#9C9DD5

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

Shades of Blue Bell #9C9DD5

Tints of Blue Bell #9C9DD5

Color information

#9C9DD5 (or 0x9C9DD5) is unknown color: approx Blue Bell. HEX triplet: 9C, 9D and D5. RGB value is (156,157,213). Sum of RGB (Red+Green+Blue) = 156+157+213=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DD5 is #63622A. Grayscale: #A2A2A2. Windows color (decimal): -6513195 or 13999516. OLE color: 13999516.

HSL color Cylindrical-coordinate representation of color #9C9DD5: hue angle of 238.95º 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 #9C9DD5 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156157213-
CMYK0.270.2600.16
HSL238.95º40.43%72.35%-
HSV(B)238.95º26.76%83.53%-
XYZ37.7835.9967.91-
YUV163.08156.17122.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=29.66%
G=29.85%
B=40.49%

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
Decimal1561572130.270.2600.16238.9540.4372.35
Hex9C9DD51B1A010ef2848
Octal234235325333202035750110
Binary1001110010011101110101011101111010010000111011111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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