#9290E0

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

Shades of Portage #9290E0

Tints of Portage #9290E0

Color information

#9290E0 (or 0x9290E0) is unknown color: approx Portage. HEX triplet: 92, 90 and E0. RGB value is (146,144,224). Sum of RGB (Red+Green+Blue) = 146+144+224=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #9290E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290E0 is #6D6F1F. Grayscale: #999999. Windows color (decimal): -7171872 or 14717074. OLE color: 14717074.

HSL color Cylindrical-coordinate representation of color #9290E0: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9290E0 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146144224-
CMYK0.350.3600.12
HSL241.5º56.34%72.16%-
HSV(B)241.5º35.71%87.84%-
XYZ35.2831.4474.73-
YUV153.72167.66122.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=28.40%
G=28.02%
B=43.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461442240.350.3600.12241.556.3472.16
Hex9290E023240Cf23848
Octal222220340434401436270110
Binary10010010100100001110000010001110010001100111100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9290E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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