#8FA8EA

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

Shades of Portage #8FA8EA

Tints of Portage #8FA8EA

Color information

#8FA8EA (or 0x8FA8EA) is unknown color: approx Portage. HEX triplet: 8F, A8 and EA. RGB value is (143,168,234). Sum of RGB (Red+Green+Blue) = 143+168+234=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8EA is #705715. Grayscale: #A7A7A7. Windows color (decimal): -7362326 or 15378575. OLE color: 15378575.

HSL color Cylindrical-coordinate representation of color #8FA8EA: hue angle of 223.52º 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 #8FA8EA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143168234-
CMYK0.390.2800.08
HSL223.52º68.42%73.92%-
HSV(B)223.52º38.89%91.76%-
XYZ40.1839.7983.4-
YUV168.05165.22110.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=26.24%
G=30.83%
B=42.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431682340.390.2800.08223.5268.4273.92
Hex8FA8EA271C08e0444a
Octal2172503524734010340104112
Binary10001111101010001110101010011111100010001110000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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