#8890F2

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

Shades of Portage #8890F2

Tints of Portage #8890F2

Color information

#8890F2 (or 0x8890F2) is unknown color: approx Portage. HEX triplet: 88, 90 and F2. RGB value is (136,144,242). Sum of RGB (Red+Green+Blue) = 136+144+242=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #8890F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890F2 is #776F0D. Grayscale: #989898. Windows color (decimal): -7827214 or 15896712. OLE color: 15896712.

HSL color Cylindrical-coordinate representation of color #8890F2: hue angle of 235.47º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8890F2 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136144242-
CMYK0.440.4000.05
HSL235.47º80.3%74.12%-
HSV(B)235.47º43.8%94.9%-
XYZ36.1531.5988.2-
YUV152.78178.35116.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.05%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=26.05%
G=27.59%
B=46.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361442420.440.4000.05235.4780.374.12
Hex8890F22C2805eb504a
Octal210220362545005353120112
Binary10001000100100001111001010110010100001011110101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890F2; }

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

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

<style>
 a { background-color: #8890F2; }

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

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

<style>
 span { border-color: #8890F2; }

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

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