#9D9CDB

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

Shades of Blue Bell #9D9CDB

Tints of Blue Bell #9D9CDB

Color information

#9D9CDB (or 0x9D9CDB) is unknown color: approx Blue Bell. HEX triplet: 9D, 9C and DB. RGB value is (157,156,219). Sum of RGB (Red+Green+Blue) = 157+156+219=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CDB is #626324. Grayscale: #A3A3A3. Windows color (decimal): -6447909 or 14392477. OLE color: 14392477.

HSL color Cylindrical-coordinate representation of color #9D9CDB: hue angle of 240.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9CDB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157156219-
CMYK0.280.2900.14
HSL240.95º46.67%73.53%-
HSV(B)240.95º28.77%85.88%-
XYZ38.5836.0671.94-
YUV163.48159.33123.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=29.51%
G=29.32%
B=41.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571562190.280.2900.14240.9546.6773.53
Hex9D9CDB1C1D0Ef12f4a
Octal235234333343501636157112
Binary100111011001110011011011111001110101110111100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,156,219); }

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

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

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

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

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

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

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