#9099EC

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

Shades of Portage #9099EC

Tints of Portage #9099EC

Color information

#9099EC (or 0x9099EC) is unknown color: approx Portage. HEX triplet: 90, 99 and EC. RGB value is (144,153,236). Sum of RGB (Red+Green+Blue) = 144+153+236=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #9099EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099EC is #6F6613. Grayscale: #9F9F9F. Windows color (decimal): -7300628 or 15505808. OLE color: 15505808.

HSL color Cylindrical-coordinate representation of color #9099EC: hue angle of 234.13º 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 #9099EC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144153236-
CMYK0.390.3500.07
HSL234.13º70.77%74.51%-
HSV(B)234.13º38.98%92.55%-
XYZ38.0334.7784.06-
YUV159.77171.02116.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=27.02%
G=28.71%
B=44.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441532360.390.3500.07234.1370.7774.51
Hex9099EC272307ea474b
Octal220231354474307352107113
Binary10010000100110011110110010011110001101111110101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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