#9094EC

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

Shades of Portage #9094EC

Tints of Portage #9094EC

Color information

#9094EC (or 0x9094EC) is unknown color: approx Portage. HEX triplet: 90, 94 and EC. RGB value is (144,148,236). Sum of RGB (Red+Green+Blue) = 144+148+236=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #9094EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094EC is #6F6B13. Grayscale: #9C9C9C. Windows color (decimal): -7301908 or 15504528. OLE color: 15504528.

HSL color Cylindrical-coordinate representation of color #9094EC: hue angle of 237.39º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9094EC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144148236-
CMYK0.390.3700.07
HSL237.39º70.77%74.51%-
HSV(B)237.39º38.98%92.55%-
XYZ37.2333.1783.8-
YUV156.84172.67118.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=27.27%
G=28.03%
B=44.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441482360.390.3700.07237.3970.7774.51
Hex9094EC272507ed474b
Octal220224354474507355107113
Binary10010000100101001110110010011110010101111110110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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