#9BA1DC

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

Shades of Blue Bell #9BA1DC

Tints of Blue Bell #9BA1DC

Color information

#9BA1DC (or 0x9BA1DC) is unknown color: approx Blue Bell. HEX triplet: 9B, A1 and DC. RGB value is (155,161,220). Sum of RGB (Red+Green+Blue) = 155+161+220=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1DC is #645E23. Grayscale: #A5A5A5. Windows color (decimal): -6577700 or 14459291. OLE color: 14459291.

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

Color convert

RGB155161220-
CMYK0.300.2700.14
HSL234.46º48.15%73.53%-
HSV(B)234.46º29.55%86.27%-
XYZ39.1837.6372.91-
YUV165.93158.51120.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=28.92%
G=30.04%
B=41.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551612200.300.2700.14234.4648.1573.53
Hex9BA1DC1E1B0Eea304a
Octal233241334363301635260112
Binary100110111010000111011100111101101101110111010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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