#9790EA

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

Shades of Portage #9790EA

Tints of Portage #9790EA

Color information

#9790EA (or 0x9790EA) is unknown color: approx Portage. HEX triplet: 97, 90 and EA. RGB value is (151,144,234). Sum of RGB (Red+Green+Blue) = 151+144+234=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9790EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9790EA is #686F15. Grayscale: #9C9C9C. Windows color (decimal): -6844182 or 15372439. OLE color: 15372439.

HSL color Cylindrical-coordinate representation of color #9790EA: hue angle of 244.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9790EA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151144234-
CMYK0.350.3800.08
HSL244.67º68.18%74.12%-
HSV(B)244.67º38.46%91.76%-
XYZ37.5932.4782.13-
YUV156.35171.82124.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=28.54%
G=27.22%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511442340.350.3800.08244.6768.1874.12
Hex9790EA232608f5444a
Octal2272203524346010365104112
Binary100101111001000011101010100011100110010001111010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9790EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9790EA; }

 p { color: rgb(151,144,234); }

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

<style>
 a { background-color: #9790EA; }

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

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

<style>
 span { border-color: #9790EA; }

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

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