#8FA7F8

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

Shades of Portage #8FA7F8

Tints of Portage #8FA7F8

Color information

#8FA7F8 (or 0x8FA7F8) is unknown color: approx Portage. HEX triplet: 8F, A7 and F8. RGB value is (143,167,248). Sum of RGB (Red+Green+Blue) = 143+167+248=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FA7F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA7F8 is #705807. Grayscale: #A8A8A8. Windows color (decimal): -7362568 or 16295823. OLE color: 16295823.

HSL color Cylindrical-coordinate representation of color #8FA7F8: hue angle of 226.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FA7F8 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB143167248-
CMYK0.420.3300.03
HSL226.29º88.24%76.67%-
HSV(B)226.29º42.34%97.25%-
XYZ42.0940.2594.36-
YUV169.06172.55109.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=25.63%
G=29.93%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1431672480.420.3300.03226.2988.2476.67
Hex8FA7F82A2103e2584d
Octal217247370524103342130115
Binary1000111110100111111110001010101000010111110001010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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