#9D9FDB

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

Shades of Blue Bell #9D9FDB

Tints of Blue Bell #9D9FDB

Color information

#9D9FDB (or 0x9D9FDB) is unknown color: approx Blue Bell. HEX triplet: 9D, 9F and DB. RGB value is (157,159,219). Sum of RGB (Red+Green+Blue) = 157+159+219=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FDB is #626024. Grayscale: #A5A5A5. Windows color (decimal): -6447141 or 14393245. OLE color: 14393245.

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

Color convert

RGB157159219-
CMYK0.280.2700.14
HSL238.06º46.27%73.73%-
HSV(B)238.06º28.31%85.88%-
XYZ39.0937.0872.11-
YUV165.24158.34122.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=29.35%
G=29.72%
B=40.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571592190.280.2700.14238.0646.2773.73
Hex9D9FDB1C1B0Eee2e4a
Octal235237333343301635656112
Binary100111011001111111011011111001101101110111011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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