#9D9DDE

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

Shades of Blue Bell #9D9DDE

Tints of Blue Bell #9D9DDE

Color information

#9D9DDE (or 0x9D9DDE) is unknown color: approx Blue Bell. HEX triplet: 9D, 9D and DE. RGB value is (157,157,222). Sum of RGB (Red+Green+Blue) = 157+157+222=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DDE is #626221. Grayscale: #A4A4A4. Windows color (decimal): -6447650 or 14589341. OLE color: 14589341.

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

Color convert

RGB157157222-
CMYK0.290.2900.13
HSL240º49.62%74.31%-
HSV(B)240º29.28%87.06%-
XYZ39.1536.5674.1-
YUV164.41160.5122.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=29.29%
G=29.29%
B=41.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571572220.290.2900.1324049.6274.31
Hex9D9DDE1D1D0Df0324a
Octal235235336353501536062112
Binary100111011001110111011110111011110101101111100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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