#8FA6FA

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

Shades of Portage #8FA6FA

Tints of Portage #8FA6FA

Color information

#8FA6FA (or 0x8FA6FA) is unknown color: approx Portage. HEX triplet: 8F, A6 and FA. RGB value is (143,166,250). Sum of RGB (Red+Green+Blue) = 143+166+250=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FA6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6FA is #705905. Grayscale: #A8A8A8. Windows color (decimal): -7362822 or 16426639. OLE color: 16426639.

HSL color Cylindrical-coordinate representation of color #8FA6FA: hue angle of 227.1º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA6FA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143166250-
CMYK0.430.3400.02
HSL227.1º91.45%77.06%-
HSV(B)227.1º42.8%98.04%-
XYZ42.2240.0195.94-
YUV168.7173.88109.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=25.58%
G=29.70%
B=44.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431662500.430.3400.02227.191.4577.06
Hex8FA6FA2B2202e35b4d
Octal217246372534202343133115
Binary1000111110100110111110101010111000100101110001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,250); }

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

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

 a { background-color: rgb(143,166,250); }

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

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

 span { border-color: rgb(143,166,250); }

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