#9BA1D5

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

Shades of Blue Bell #9BA1D5

Tints of Blue Bell #9BA1D5

Color information

#9BA1D5 (or 0x9BA1D5) is unknown color: approx Blue Bell. HEX triplet: 9B, A1 and D5. RGB value is (155,161,213). Sum of RGB (Red+Green+Blue) = 155+161+213=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BA1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1D5 is #645E2A. Grayscale: #A4A4A4. Windows color (decimal): -6577707 or 14000539. OLE color: 14000539.

HSL color Cylindrical-coordinate representation of color #9BA1D5: hue angle of 233.79º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BA1D5 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155161213-
CMYK0.270.2400.16
HSL233.79º40.85%72.16%-
HSV(B)233.79º27.23%83.53%-
XYZ38.2737.2668.13-
YUV165.13155.01120.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=29.30%
G=30.43%
B=40.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551612130.270.2400.16233.7940.8572.16
Hex9BA1D51B18010ea2948
Octal233241325333002035251110
Binary1001101110100001110101011101111000010000111010101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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