#9D9DDF

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

Shades of Blue Bell #9D9DDF

Tints of Blue Bell #9D9DDF

Color information

#9D9DDF (or 0x9D9DDF) is unknown color: approx Blue Bell. HEX triplet: 9D, 9D and DF. RGB value is (157,157,223). Sum of RGB (Red+Green+Blue) = 157+157+223=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DDF is #626220. Grayscale: #A4A4A4. Windows color (decimal): -6447649 or 14654877. OLE color: 14654877.

HSL color Cylindrical-coordinate representation of color #9D9DDF: hue angle of 240º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9DDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157157223-
CMYK0.300.3000.13
HSL240º50.77%74.51%-
HSV(B)240º29.6%87.45%-
XYZ39.2836.6174.81-
YUV164.52161122.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=29.24%
G=29.24%
B=41.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571572230.300.3000.1324050.7774.51
Hex9D9DDF1E1E0Df0334b
Octal235235337363601536063113
Binary100111011001110111011111111101111001101111100001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,157,223); }

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

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

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

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

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

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

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