#9088EA

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

Shades of Portage #9088EA

Tints of Portage #9088EA

Color information

#9088EA (or 0x9088EA) is unknown color: approx Portage. HEX triplet: 90, 88 and EA. RGB value is (144,136,234). Sum of RGB (Red+Green+Blue) = 144+136+234=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #9088EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9088EA is #6F7715. Grayscale: #959595. Windows color (decimal): -7304982 or 15370384. OLE color: 15370384.

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

Color convert

RGB144136234-
CMYK0.380.4200.08
HSL244.9º70%72.55%-
HSV(B)244.9º41.88%91.76%-
XYZ35.1629.4881.68-
YUV149.56175.65124.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=28.02%
G=26.46%
B=45.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441362340.380.4200.08244.97072.55
Hex9088EA262A08f54649
Octal2202103524652010365106111
Binary100100001000100011101010100110101010010001111010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9088EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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