#8F89EA

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

Shades of Portage #8F89EA

Tints of Portage #8F89EA

Color information

#8F89EA (or 0x8F89EA) is unknown color: approx Portage. HEX triplet: 8F, 89 and EA. RGB value is (143,137,234). Sum of RGB (Red+Green+Blue) = 143+137+234=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 137 (53.91% from 255 or 26.65% 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 #8F89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F89EA is #707615. Grayscale: #959595. Windows color (decimal): -7370262 or 15370639. OLE color: 15370639.

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

Color convert

RGB143137234-
CMYK0.390.4100.08
HSL243.71º69.78%72.75%-
HSV(B)243.71º41.45%91.76%-
XYZ35.1229.6781.72-
YUV149.85175.49123.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.82%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=27.82%
G=26.65%
B=45.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431372340.390.4100.08243.7169.7872.75
Hex8F89EA272908f44649
Octal2172113524751010364106111
Binary100011111000100111101010100111101001010001111010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F89EA; }

 p { color: rgb(143,137,234); }

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

<style>
 a { background-color: #8F89EA; }

 a { background-color: rgb(143,137,234); }

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

<style>
 span { border-color: #8F89EA; }

 span { border-color: rgb(143,137,234); }

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