#9B91DB

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

Shades of Blue Bell #9B91DB

Tints of Blue Bell #9B91DB

Color information

#9B91DB (or 0x9B91DB) is unknown color: approx Blue Bell. HEX triplet: 9B, 91 and DB. RGB value is (155,145,219). Sum of RGB (Red+Green+Blue) = 155+145+219=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91DB is #646E24. Grayscale: #9C9C9C. Windows color (decimal): -6581797 or 14389659. OLE color: 14389659.

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

Color convert

RGB155145219-
CMYK0.290.3400.14
HSL248.11º50.68%71.37%-
HSV(B)248.11º33.79%85.88%-
XYZ36.4332.3371.34-
YUV156.43163.31126.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=29.87%
G=27.94%
B=42.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551452190.290.3400.14248.1150.6871.37
Hex9B91DB1D220Ef83347
Octal233221333354201637063107
Binary1001101110010001110110111110110001001110111110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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