#9290EC

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

Shades of Portage #9290EC

Tints of Portage #9290EC

Color information

#9290EC (or 0x9290EC) is unknown color: approx Portage. HEX triplet: 92, 90 and EC. RGB value is (146,144,236). Sum of RGB (Red+Green+Blue) = 146+144+236=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #9290EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290EC is #6D6F13. Grayscale: #9A9A9A. Windows color (decimal): -7171860 or 15503506. OLE color: 15503506.

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

Color convert

RGB146144236-
CMYK0.380.3900.07
HSL241.3º70.77%74.51%-
HSV(B)241.3º38.98%92.55%-
XYZ36.9732.1183.61-
YUV155.09173.66121.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.76%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=27.76%
G=27.38%
B=44.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461442360.380.3900.07241.370.7774.51
Hex9290EC262707f1474b
Octal222220354464707361107113
Binary10010010100100001110110010011010011101111111000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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