#9D9EDD

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

Shades of Blue Bell #9D9EDD

Tints of Blue Bell #9D9EDD

Color information

#9D9EDD (or 0x9D9EDD) is unknown color: approx Blue Bell. HEX triplet: 9D, 9E and DD. RGB value is (157,158,221). Sum of RGB (Red+Green+Blue) = 157+158+221=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EDD is #626122. Grayscale: #A4A4A4. Windows color (decimal): -6447395 or 14524061. OLE color: 14524061.

HSL color Cylindrical-coordinate representation of color #9D9EDD: hue angle of 239.06º degrees, saturation: 0.48, 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 #9D9EDD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157158221-
CMYK0.290.2900.13
HSL239.06º48.48%74.12%-
HSV(B)239.06º28.96%86.67%-
XYZ39.1836.8473.45-
YUV164.88159.67122.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=29.29%
G=29.48%
B=41.23%

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
Decimal1571582210.290.2900.13239.0648.4874.12
Hex9D9EDD1D1D0Def304a
Octal235236335353501535760112
Binary100111011001111011011101111011110101101111011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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