#8FA1FF

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

Shades of Portage #8FA1FF

Tints of Portage #8FA1FF

Color information

#8FA1FF (or 0x8FA1FF) is unknown color: approx Portage. HEX triplet: 8F, A1 and FF. RGB value is (143,161,255). Sum of RGB (Red+Green+Blue) = 143+161+255=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FA1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA1FF is #705E00. Grayscale: #A5A5A5. Windows color (decimal): -7364097 or 16753039. OLE color: 16753039.

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

Color convert

RGB143161255-
CMYK0.440.3700
HSL230.36º100%78.04%-
HSV(B)230.36º43.92%100%-
XYZ42.1238.5599.83-
YUV166.33178.04111.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.58%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 255 (100% from 255) = 45.62%
R=25.58%
G=28.80%
B=45.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431612550.440.3700230.3610078.04
Hex8FA1FF2C2500e6644e
Octal217241377544500346144116
Binary100011111010000111111111101100100101001110011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,255); }

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

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

 a { background-color: rgb(143,161,255); }

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

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

 span { border-color: rgb(143,161,255); }

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