#9190BE

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

Shades of Blue Bell #9190BE

Tints of Blue Bell #9190BE

Color information

#9190BE (or 0x9190BE) is unknown color: approx Blue Bell. HEX triplet: 91, 90 and BE. RGB value is (145,144,190). Sum of RGB (Red+Green+Blue) = 145+144+190=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 144 (56.64% from 255 or 30.06% 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 #9190BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9190BE is #6E6F41. Grayscale: #959595. Windows color (decimal): -7237442 or 12488849. OLE color: 12488849.

HSL color Cylindrical-coordinate representation of color #9190BE: hue angle of 241.3º 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 #9190BE is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145144190-
CMYK0.240.2400.25
HSL241.3º26.14%65.49%-
HSV(B)241.3º24.21%74.51%-
XYZ30.9429.6852.81-
YUV149.54150.83124.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.27%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=30.27%
G=30.06%
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
Decimal1451441900.240.2400.25241.326.1465.49
Hex9190BE1818019f11a41
Octal221220276303003136132101
Binary100100011001000010111110110001100001100111110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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