#8F90EA

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

Shades of Portage #8F90EA

Tints of Portage #8F90EA

Color information

#8F90EA (or 0x8F90EA) is unknown color: approx Portage. HEX triplet: 8F, 90 and EA. RGB value is (143,144,234). Sum of RGB (Red+Green+Blue) = 143+144+234=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F90EA is #706F15. Grayscale: #999999. Windows color (decimal): -7368470 or 15372431. OLE color: 15372431.

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

Color convert

RGB143144234-
CMYK0.390.3800.08
HSL239.34º68.42%73.92%-
HSV(B)239.34º38.89%91.76%-
XYZ36.1531.7382.06-
YUV153.96173.17120.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=27.45%
G=27.64%
B=44.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431442340.390.3800.08239.3468.4273.92
Hex8F90EA272608ef444a
Octal2172203524746010357104112
Binary100011111001000011101010100111100110010001110111110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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