#9B91DC

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

Shades of Blue Bell #9B91DC

Tints of Blue Bell #9B91DC

Color information

#9B91DC (or 0x9B91DC) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and DC. RGB value is (155,145,220). Sum of RGB (Red+Green+Blue) = 155+145+220=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91DC is #646E23. Grayscale: #9C9C9C. Windows color (decimal): -6581796 or 14455195. OLE color: 14455195.

HSL color Cylindrical-coordinate representation of color #9B91DC: hue angle of 248º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B91DC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155145220-
CMYK0.300.3400.14
HSL248º51.72%71.57%-
HSV(B)248º34.09%86.27%-
XYZ36.5632.3972.03-
YUV156.54163.81126.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=29.81%
G=27.88%
B=42.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551452200.300.3400.1424851.7271.57
Hex9B91DC1E220Ef83448
Octal233221334364201637064110
Binary1001101110010001110111001111010001001110111110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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