#8FA7F5

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

Shades of Portage #8FA7F5

Tints of Portage #8FA7F5

Color information

#8FA7F5 (or 0x8FA7F5) is unknown color: approx Portage. HEX triplet: 8F, A7 and F5. RGB value is (143,167,245). Sum of RGB (Red+Green+Blue) = 143+167+245=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FA7F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA7F5 is #70580A. Grayscale: #A8A8A8. Windows color (decimal): -7362571 or 16099215. OLE color: 16099215.

HSL color Cylindrical-coordinate representation of color #8FA7F5: hue angle of 225.88º 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 #8FA7F5 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143167245-
CMYK0.420.3200.04
HSL225.88º83.61%76.08%-
HSV(B)225.88º41.63%96.08%-
XYZ41.6340.0791.93-
YUV168.72171.05109.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.77%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 245 (96.09% from 255) = 44.14%
R=25.77%
G=30.09%
B=44.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1431672450.420.3200.04225.8883.6176.08
Hex8FA7F52A2004e2544c
Octal217247365524004342124114
Binary10001111101001111111010110101010000001001110001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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