#9091BE

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

Shades of Blue Bell #9091BE

Tints of Blue Bell #9091BE

Color information

#9091BE (or 0x9091BE) is unknown color: approx Blue Bell. HEX triplet: 90, 91 and BE. RGB value is (144,145,190). Sum of RGB (Red+Green+Blue) = 144+145+190=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9091BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9091BE is #6F6E41. Grayscale: #959595. Windows color (decimal): -7302722 or 12489104. OLE color: 12489104.

HSL color Cylindrical-coordinate representation of color #9091BE: hue angle of 238.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9091BE is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144145190-
CMYK0.240.2400.25
HSL238.7º26.14%65.49%-
HSV(B)238.7º24.21%74.51%-
XYZ30.9229.952.86-
YUV149.83150.67123.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=30.06%
G=30.27%
B=39.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441451900.240.2400.25238.726.1465.49
Hex9091BE1818019ef1a41
Octal220221276303003135732101
Binary100100001001000110111110110001100001100111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9091BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9091BE; }

 p { color: rgb(144,145,190); }

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

<style>
 a { background-color: #9091BE; }

 a { background-color: rgb(144,145,190); }

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

<style>
 span { border-color: #9091BE; }

 span { border-color: rgb(144,145,190); }

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