#8fa9f5

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

Shades of Portage #8FA9F5

Tints of Portage #8FA9F5

Color information

#8FA9F5 (or 0x8FA9F5) is unknown color: approx Portage. HEX triplet: 8F, A9 and F5. RGB value is (143,169,245). Sum of RGB (Red+Green+Blue) = 143+169+245=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FA9F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA9F5 is #70560A. Grayscale: #A9A9A9. Windows color (decimal): -7362059 or 16099727. OLE color: 16099727.

HSL color Cylindrical-coordinate representation of color #8FA9F5: hue angle of 224.71º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FA9F5 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143169245-
CMYK0.420.3100.04
HSL224.71º83.61%76.08%-
HSV(B)224.71º41.63%96.08%-
XYZ4240.8192.05-
YUV169.89170.39108.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.67%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=25.67%
G=30.34%
B=43.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1431692450.420.3100.04224.7183.6176.08
Hex8FA9F52A1F04e1544c
Octal217251365523704341124114
Binary1000111110101001111101011010101111101001110000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa9f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,245); }

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

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

 a { background-color: rgb(143,169,245); }

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

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

 span { border-color: rgb(143,169,245); }

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