#9D9ED6

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

Shades of Blue Bell #9D9ED6

Tints of Blue Bell #9D9ED6

Color information

#9D9ED6 (or 0x9D9ED6) is unknown color: approx Blue Bell. HEX triplet: 9D, 9E and D6. RGB value is (157,158,214). Sum of RGB (Red+Green+Blue) = 157+158+214=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ED6 is #626129. Grayscale: #A3A3A3. Windows color (decimal): -6447402 or 14065309. OLE color: 14065309.

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

Color convert

RGB157158214-
CMYK0.270.2600.16
HSL238.95º41.01%72.75%-
HSV(B)238.95º26.64%83.92%-
XYZ38.2736.4868.64-
YUV164.08156.17122.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=29.68%
G=29.87%
B=40.45%

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
Decimal1571582140.270.2600.16238.9541.0172.75
Hex9D9ED61B1A010ef2949
Octal235236326333202035751111
Binary1001110110011110110101101101111010010000111011111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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