#8590EF

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

Shades of Portage #8590EF

Tints of Portage #8590EF

Color information

#8590EF (or 0x8590EF) is unknown color: approx Portage. HEX triplet: 85, 90 and EF. RGB value is (133,144,239). Sum of RGB (Red+Green+Blue) = 133+144+239=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #8590EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590EF is #7A6F10. Grayscale: #979797. Windows color (decimal): -8023825 or 15700101. OLE color: 15700101.

HSL color Cylindrical-coordinate representation of color #8590EF: hue angle of 233.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8590EF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133144239-
CMYK0.440.4000.06
HSL233.77º76.81%72.94%-
HSV(B)233.77º44.35%93.73%-
XYZ35.2331.1785.82-
YUV151.54177.36114.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=25.78%
G=27.91%
B=46.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331442390.440.4000.06233.7776.8172.94
Hex8590EF2C2806ea4d49
Octal205220357545006352115111
Binary10000101100100001110111110110010100001101110101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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