#9BA1DB

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

Shades of Blue Bell #9BA1DB

Tints of Blue Bell #9BA1DB

Color information

#9BA1DB (or 0x9BA1DB) is unknown color: approx Blue Bell. HEX triplet: 9B, A1 and DB. RGB value is (155,161,219). Sum of RGB (Red+Green+Blue) = 155+161+219=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 161 (63.28% from 255 or 30.09% 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 #9BA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1DB is #645E24. Grayscale: #A5A5A5. Windows color (decimal): -6577701 or 14393755. OLE color: 14393755.

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

Color convert

RGB155161219-
CMYK0.290.2600.14
HSL234.38º47.06%73.33%-
HSV(B)234.38º29.22%85.88%-
XYZ39.0537.5772.21-
YUV165.82158.01120.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=28.97%
G=30.09%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551612190.290.2600.14234.3847.0673.33
Hex9BA1DB1D1A0Eea2f49
Octal233241333353201635257111
Binary100110111010000111011011111011101001110111010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,219); }

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

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

 a { background-color: rgb(155,161,219); }

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

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

 span { border-color: rgb(155,161,219); }

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