#9D9FD5

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

Shades of Blue Bell #9D9FD5

Tints of Blue Bell #9D9FD5

Color information

#9D9FD5 (or 0x9D9FD5) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and D5. RGB value is (157,159,213). Sum of RGB (Red+Green+Blue) = 157+159+213=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D9FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FD5 is #62602A. Grayscale: #A4A4A4. Windows color (decimal): -6447147 or 14000029. OLE color: 14000029.

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

Color convert

RGB157159213-
CMYK0.260.2500.16
HSL237.86º40%72.55%-
HSV(B)237.86º26.29%83.53%-
XYZ38.3136.7768.03-
YUV164.56155.34122.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=29.68%
G=30.06%
B=40.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571592130.260.2500.16237.864072.55
Hex9D9FD51A19010ee2849
Octal235237325323102035650111
Binary1001110110011111110101011101011001010000111011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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