#8FA3F8

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

Shades of Portage #8FA3F8

Tints of Portage #8FA3F8

Color information

#8FA3F8 (or 0x8FA3F8) is unknown color: approx Portage. HEX triplet: 8F, A3 and F8. RGB value is (143,163,248). Sum of RGB (Red+Green+Blue) = 143+163+248=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FA3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA3F8 is #705C07. Grayscale: #A6A6A6. Windows color (decimal): -7363592 or 16294799. OLE color: 16294799.

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

Color convert

RGB143163248-
CMYK0.420.3400.03
HSL228.57º88.24%76.67%-
HSV(B)228.57º42.34%97.25%-
XYZ41.3738.8194.12-
YUV166.71173.87111.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.81%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=25.81%
G=29.42%
B=44.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1431632480.420.3400.03228.5788.2476.67
Hex8FA3F82A2203e5584d
Octal217243370524203345130115
Binary1000111110100011111110001010101000100111110010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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