#9B9FDE

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

Shades of Blue Bell #9B9FDE

Tints of Blue Bell #9B9FDE

Color information

#9B9FDE (or 0x9B9FDE) is unknown color: approx Blue Bell. HEX triplet: 9B, 9F and DE. RGB value is (155,159,222). Sum of RGB (Red+Green+Blue) = 155+159+222=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FDE is #646021. Grayscale: #A4A4A4. Windows color (decimal): -6578210 or 14589851. OLE color: 14589851.

HSL color Cylindrical-coordinate representation of color #9B9FDE: hue angle of 236.42º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9FDE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155159222-
CMYK0.300.2800.13
HSL236.42º50.38%73.92%-
HSV(B)236.42º30.18%87.06%-
XYZ39.137.0474.2-
YUV164.99160.17120.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=28.92%
G=29.66%
B=41.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551592220.300.2800.13236.4250.3873.92
Hex9B9FDE1E1C0Dec324a
Octal233237336363401535462112
Binary100110111001111111011110111101110001101111011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,222); }

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

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

 a { background-color: rgb(155,159,222); }

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

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

 span { border-color: rgb(155,159,222); }

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