#9D9CD5

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

Shades of Blue Bell #9D9CD5

Tints of Blue Bell #9D9CD5

Color information

#9D9CD5 (or 0x9D9CD5) is unknown color: approx Blue Bell. HEX triplet: 9D, 9C and D5. RGB value is (157,156,213). Sum of RGB (Red+Green+Blue) = 157+156+213=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 156 (61.33% from 255 or 29.66% 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 #9D9CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CD5 is #62632A. Grayscale: #A2A2A2. Windows color (decimal): -6447915 or 13999261. OLE color: 13999261.

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

Color convert

RGB157156213-
CMYK0.260.2700.16
HSL241.05º40.43%72.35%-
HSV(B)241.05º26.76%83.53%-
XYZ37.835.7567.86-
YUV162.8156.33123.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571562130.260.2700.16241.0540.4372.35
Hex9D9CD51A1B010f12848
Octal235234325323302036150110
Binary1001110110011100110101011101011011010000111100011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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