#9090EF

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

Shades of Portage #9090EF

Tints of Portage #9090EF

Color information

#9090EF (or 0x9090EF) is unknown color: approx Portage. HEX triplet: 90, 90 and EF. RGB value is (144,144,239). Sum of RGB (Red+Green+Blue) = 144+144+239=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #9090EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090EF is #6F6F10. Grayscale: #9A9A9A. Windows color (decimal): -7302929 or 15700112. OLE color: 15700112.

HSL color Cylindrical-coordinate representation of color #9090EF: hue angle of 240º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9090EF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144144239-
CMYK0.400.4000.06
HSL240º74.8%75.1%-
HSV(B)240º39.75%93.73%-
XYZ37.0532.1185.91-
YUV154.83175.5120.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 239 (93.75% from 255) = 45.35%
R=27.32%
G=27.32%
B=45.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441442390.400.4000.0624074.875.1
Hex9090EF282806f04b4b
Octal220220357505006360113113
Binary10010000100100001110111110100010100001101111000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090EF; }

 p { color: rgb(144,144,239); }

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

<style>
 a { background-color: #9090EF; }

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

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

<style>
 span { border-color: #9090EF; }

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

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