#8F9EE0

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

Shades of Portage #8F9EE0

Tints of Portage #8F9EE0

Color information

#8F9EE0 (or 0x8F9EE0) is unknown color: approx Portage. HEX triplet: 8F, 9E and E0. RGB value is (143,158,224). Sum of RGB (Red+Green+Blue) = 143+158+224=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F9EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EE0 is #70611F. Grayscale: #A0A0A0. Windows color (decimal): -7364896 or 14720655. OLE color: 14720655.

HSL color Cylindrical-coordinate representation of color #8F9EE0: hue angle of 228.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9EE0 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB143158224-
CMYK0.360.2900.12
HSL228.89º56.64%71.96%-
HSV(B)228.89º36.16%87.84%-
XYZ37.0135.6875.46-
YUV161.04163.53115.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.24%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=27.24%
G=30.10%
B=42.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1431582240.360.2900.12228.8956.6471.96
Hex8F9EE0241D0Ce53948
Octal217236340443501434571110
Binary1000111110011110111000001001001110101100111001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,158,224); }

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

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

 a { background-color: rgb(143,158,224); }

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

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

 span { border-color: rgb(143,158,224); }

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