#8FA0CF

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

Shades of Portage #8FA0CF

Tints of Portage #8FA0CF

Color information

#8FA0CF (or 0x8FA0CF) is unknown color: approx Portage. HEX triplet: 8F, A0 and CF. RGB value is (143,160,207). Sum of RGB (Red+Green+Blue) = 143+160+207=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0CF is #705F30. Grayscale: #A0A0A0. Windows color (decimal): -7364401 or 13607055. OLE color: 13607055.

HSL color Cylindrical-coordinate representation of color #8FA0CF: hue angle of 224.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA0CF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143160207-
CMYK0.310.2300.19
HSL224.06º40%68.63%-
HSV(B)224.06º30.92%81.18%-
XYZ35.1635.4964.03-
YUV160.28154.37115.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=28.04%
G=31.37%
B=40.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431602070.310.2300.19224.064068.63
Hex8FA0CF1F17013e02845
Octal217240317372702334050105
Binary1000111110100000110011111111110111010011111000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,207); }

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

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

 a { background-color: rgb(143,160,207); }

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

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

 span { border-color: rgb(143,160,207); }

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