#9094EB

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

Shades of Portage #9094EB

Tints of Portage #9094EB

Color information

#9094EB (or 0x9094EB) is unknown color: approx Portage. HEX triplet: 90, 94 and EB. RGB value is (144,148,235). Sum of RGB (Red+Green+Blue) = 144+148+235=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #9094EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094EB is #6F6B14. Grayscale: #9C9C9C. Windows color (decimal): -7301909 or 15438992. OLE color: 15438992.

HSL color Cylindrical-coordinate representation of color #9094EB: hue angle of 237.36º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9094EB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144148235-
CMYK0.390.3700.08
HSL237.36º69.47%74.31%-
HSV(B)237.36º38.72%92.16%-
XYZ37.0933.1183.03-
YUV156.72172.17118.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=27.32%
G=28.08%
B=44.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441482350.390.3700.08237.3669.4774.31
Hex9094EB272508ed454a
Octal2202243534745010355105112
Binary100100001001010011101011100111100101010001110110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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