#9D9ECD

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

Shades of Blue Bell #9D9ECD

Tints of Blue Bell #9D9ECD

Color information

#9D9ECD (or 0x9D9ECD) is unknown color: approx Blue Bell. HEX triplet: 9D, 9E and CD. RGB value is (157,158,205). Sum of RGB (Red+Green+Blue) = 157+158+205=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ECD is #626132. Grayscale: #A2A2A2. Windows color (decimal): -6447411 or 13475485. OLE color: 13475485.

HSL color Cylindrical-coordinate representation of color #9D9ECD: hue angle of 238.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9ECD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157158205-
CMYK0.230.2300.20
HSL238.75º32.43%70.98%-
HSV(B)238.75º23.41%80.39%-
XYZ37.1536.0362.75-
YUV163.06151.67123.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=30.19%
G=30.38%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571582050.230.2300.20238.7532.4370.98
Hex9D9ECD1717014ef2047
Octal235236315272702435740107
Binary1001110110011110110011011011110111010100111011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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