#8890FB

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

Shades of Portage #8890FB

Tints of Portage #8890FB

Color information

#8890FB (or 0x8890FB) is unknown color: approx Portage. HEX triplet: 88, 90 and FB. RGB value is (136,144,251). Sum of RGB (Red+Green+Blue) = 136+144+251=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #8890FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890FB is #776F04. Grayscale: #999999. Windows color (decimal): -7827205 or 16486536. OLE color: 16486536.

HSL color Cylindrical-coordinate representation of color #8890FB: hue angle of 235.83º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8890FB is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136144251-
CMYK0.460.4300.02
HSL235.83º93.5%75.88%-
HSV(B)235.83º45.82%98.43%-
XYZ37.5432.1595.49-
YUV153.81182.85115.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=25.61%
G=27.12%
B=47.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361442510.460.4300.02235.8393.575.88
Hex8890FB2E2B02ec5d4c
Octal210220373565302354135114
Binary1000100010010000111110111011101010110101110110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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