#8FA6FE

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

Shades of Portage #8FA6FE

Tints of Portage #8FA6FE

Color information

#8FA6FE (or 0x8FA6FE) is unknown color: approx Portage. HEX triplet: 8F, A6 and FE. RGB value is (143,166,254). Sum of RGB (Red+Green+Blue) = 143+166+254=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6FE is #705901. Grayscale: #A8A8A8. Windows color (decimal): -7362818 or 16688783. OLE color: 16688783.

HSL color Cylindrical-coordinate representation of color #8FA6FE: hue angle of 227.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FA6FE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143166254-
CMYK0.440.3500.00
HSL227.57º98.23%77.84%-
HSV(B)227.57º43.7%99.61%-
XYZ42.8540.2799.28-
YUV169.15175.88109.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.40%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=25.40%
G=29.48%
B=45.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431662540.440.3500.00227.5798.2377.84
Hex8FA6FE2C2300e4624e
Octal217246376544300344142116
Binary100011111010011011111110101100100011001110010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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