#9DA0DB

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

Shades of Blue Bell #9DA0DB

Tints of Blue Bell #9DA0DB

Color information

#9DA0DB (or 0x9DA0DB) is unknown color: approx Blue Bell. HEX triplet: 9D, A0 and DB. RGB value is (157,160,219). Sum of RGB (Red+Green+Blue) = 157+160+219=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0DB is #625F24. Grayscale: #A5A5A5. Windows color (decimal): -6446885 or 14393501. OLE color: 14393501.

HSL color Cylindrical-coordinate representation of color #9DA0DB: hue angle of 237.1º 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 #9DA0DB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157160219-
CMYK0.280.2700.14
HSL237.1º46.27%73.73%-
HSV(B)237.1º28.31%85.88%-
XYZ39.2637.4272.17-
YUV165.83158.01121.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=29.29%
G=29.85%
B=40.86%

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
Decimal1571602190.280.2700.14237.146.2773.73
Hex9DA0DB1C1B0Eed2e4a
Octal235240333343301635556112
Binary100111011010000011011011111001101101110111011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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