#9B9DDE

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

Shades of Blue Bell #9B9DDE

Tints of Blue Bell #9B9DDE

Color information

#9B9DDE (or 0x9B9DDE) is unknown color: approx Blue Bell. HEX triplet: 9B, 9D and DE. RGB value is (155,157,222). Sum of RGB (Red+Green+Blue) = 155+157+222=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DDE is #646221. Grayscale: #A3A3A3. Windows color (decimal): -6578722 or 14589339. OLE color: 14589339.

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

Color convert

RGB155157222-
CMYK0.300.2900.13
HSL238.21º50.38%73.92%-
HSV(B)238.21º30.18%87.06%-
XYZ38.7636.3674.08-
YUV163.81160.84121.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=29.03%
G=29.40%
B=41.57%

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
Decimal1551572220.300.2900.13238.2150.3873.92
Hex9B9DDE1E1D0Dee324a
Octal233235336363501535662112
Binary100110111001110111011110111101110101101111011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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