#9B91DE

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

Shades of Blue Bell #9B91DE

Tints of Blue Bell #9B91DE

Color information

#9B91DE (or 0x9B91DE) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and DE. RGB value is (155,145,222). Sum of RGB (Red+Green+Blue) = 155+145+222=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91DE is #646E21. Grayscale: #9C9C9C. Windows color (decimal): -6581794 or 14586267. OLE color: 14586267.

HSL color Cylindrical-coordinate representation of color #9B91DE: hue angle of 247.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B91DE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155145222-
CMYK0.300.3500.13
HSL247.79º53.85%71.96%-
HSV(B)247.79º34.68%87.06%-
XYZ36.8332.4973.44-
YUV156.77164.81126.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=29.69%
G=27.78%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551452220.300.3500.13247.7953.8571.96
Hex9B91DE1E230Df83648
Octal233221336364301537066110
Binary1001101110010001110111101111010001101101111110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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