#9490EF

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

Shades of Portage #9490EF

Tints of Portage #9490EF

Color information

#9490EF (or 0x9490EF) is unknown color: approx Portage. HEX triplet: 94, 90 and EF. RGB value is (148,144,239). Sum of RGB (Red+Green+Blue) = 148+144+239=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #9490EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490EF is #6B6F10. Grayscale: #9B9B9B. Windows color (decimal): -7040785 or 15700116. OLE color: 15700116.

HSL color Cylindrical-coordinate representation of color #9490EF: hue angle of 242.53º 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 #9490EF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148144239-
CMYK0.380.4000.06
HSL242.53º74.8%75.1%-
HSV(B)242.53º39.75%93.73%-
XYZ37.7732.4785.94-
YUV156.03174.83122.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=27.87%
G=27.12%
B=45.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481442390.380.4000.06242.5374.875.1
Hex9490EF262806f34b4b
Octal224220357465006363113113
Binary10010100100100001110111110011010100001101111001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9490EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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