#9291DB

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

Shades of Blue Bell #9291DB

Tints of Blue Bell #9291DB

Color information

#9291DB (or 0x9291DB) is unknown color: approx Blue Bell. HEX triplet: 92, 91 and DB. RGB value is (146,145,219). Sum of RGB (Red+Green+Blue) = 146+145+219=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #9291DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291DB is #6D6E24. Grayscale: #999999. Windows color (decimal): -7171621 or 14389650. OLE color: 14389650.

HSL color Cylindrical-coordinate representation of color #9291DB: hue angle of 240.81º 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 #9291DB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146145219-
CMYK0.330.3400.14
HSL240.81º50.68%71.37%-
HSV(B)240.81º33.79%85.88%-
XYZ34.7731.4871.26-
YUV153.74164.83122.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=28.63%
G=28.43%
B=42.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461452190.330.3400.14240.8150.6871.37
Hex9291DB21220Ef13347
Octal222221333414201636163107
Binary10010010100100011101101110000110001001110111100011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9291DB; }

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

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

<style>
 a { background-color: #9291DB; }

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

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

<style>
 span { border-color: #9291DB; }

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

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