#9B9EDE

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

Shades of Blue Bell #9B9EDE

Tints of Blue Bell #9B9EDE

Color information

#9B9EDE (or 0x9B9EDE) is unknown color: approx Blue Bell. HEX triplet: 9B, 9E and DE. RGB value is (155,158,222). Sum of RGB (Red+Green+Blue) = 155+158+222=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EDE is #646121. Grayscale: #A4A4A4. Windows color (decimal): -6578466 or 14589595. OLE color: 14589595.

HSL color Cylindrical-coordinate representation of color #9B9EDE: hue angle of 237.31º 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 #9B9EDE is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155158222-
CMYK0.300.2900.13
HSL237.31º50.38%73.92%-
HSV(B)237.31º30.18%87.06%-
XYZ38.9336.774.14-
YUV164.4160.51121.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.97%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=28.97%
G=29.53%
B=41.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551582220.300.2900.13237.3150.3873.92
Hex9B9EDE1E1D0Ded324a
Octal233236336363501535562112
Binary100110111001111011011110111101110101101111011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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