#9090BE

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

Shades of Blue Bell #9090BE

Tints of Blue Bell #9090BE

Color information

#9090BE (or 0x9090BE) is unknown color: approx Blue Bell. HEX triplet: 90, 90 and BE. RGB value is (144,144,190). Sum of RGB (Red+Green+Blue) = 144+144+190=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9090BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090BE is #6F6F41. Grayscale: #959595. Windows color (decimal): -7302978 or 12488848. OLE color: 12488848.

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

Color convert

RGB144144190-
CMYK0.240.2400.25
HSL240º26.14%65.49%-
HSV(B)240º24.21%74.51%-
XYZ30.7729.5952.81-
YUV149.24151124.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=30.13%
G=30.13%
B=39.75%

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
Decimal1441441900.240.2400.2524026.1465.49
Hex9090BE1818019f01a41
Octal220220276303003136032101
Binary100100001001000010111110110001100001100111110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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