#9094BE

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

Shades of Blue Bell #9094BE

Tints of Blue Bell #9094BE

Color information

#9094BE (or 0x9094BE) is unknown color: approx Blue Bell. HEX triplet: 90, 94 and BE. RGB value is (144,148,190). Sum of RGB (Red+Green+Blue) = 144+148+190=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #9094BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094BE is #6F6B41. Grayscale: #979797. Windows color (decimal): -7301954 or 12489872. OLE color: 12489872.

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

Color convert

RGB144148190-
CMYK0.240.2200.25
HSL234.78º26.14%65.49%-
HSV(B)234.78º24.21%74.51%-
XYZ31.3930.8353.01-
YUV151.59149.67122.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=29.88%
G=30.71%
B=39.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441481900.240.2200.25234.7826.1465.49
Hex9094BE1816019eb1a41
Octal220224276302603135332101
Binary100100001001010010111110110001011001100111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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