#8889F0

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

Shades of Portage #8889F0

Tints of Portage #8889F0

Color information

#8889F0 (or 0x8889F0) is unknown color: approx Portage. HEX triplet: 88, 89 and F0. RGB value is (136,137,240). Sum of RGB (Red+Green+Blue) = 136+137+240=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #8889F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8889F0 is #77760F. Grayscale: #949494. Windows color (decimal): -7829008 or 15763848. OLE color: 15763848.

HSL color Cylindrical-coordinate representation of color #8889F0: hue angle of 239.42º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8889F0 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136137240-
CMYK0.430.4300.06
HSL239.42º77.61%73.73%-
HSV(B)239.42º43.33%94.12%-
XYZ34.8329.4286.28-
YUV148.44179.67119.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=26.51%
G=26.71%
B=46.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361372400.430.4300.06239.4277.6173.73
Hex8889F02B2B06ef4e4a
Octal210211360535306357116112
Binary10001000100010011111000010101110101101101110111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8889F0; }

 p { color: rgb(136,137,240); }

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

<style>
 a { background-color: #8889F0; }

 a { background-color: rgb(136,137,240); }

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

<style>
 span { border-color: #8889F0; }

 span { border-color: rgb(136,137,240); }

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