#9093BE

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

Shades of Blue Bell #9093BE

Tints of Blue Bell #9093BE

Color information

#9093BE (or 0x9093BE) is unknown color: approx Blue Bell. HEX triplet: 90, 93 and BE. RGB value is (144,147,190). Sum of RGB (Red+Green+Blue) = 144+147+190=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #9093BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093BE is #6F6C41. Grayscale: #969696. Windows color (decimal): -7302210 or 12489616. OLE color: 12489616.

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

Color convert

RGB144147190-
CMYK0.240.2300.25
HSL236.09º26.14%65.49%-
HSV(B)236.09º24.21%74.51%-
XYZ31.2330.5152.96-
YUV151150.01123-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=29.94%
G=30.56%
B=39.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441471900.240.2300.25236.0926.1465.49
Hex9093BE1817019ec1a41
Octal220223276302703135432101
Binary100100001001001110111110110001011101100111101100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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