#8FA8F0

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

Shades of Portage #8FA8F0

Tints of Portage #8FA8F0

Color information

#8FA8F0 (or 0x8FA8F0) is unknown color: approx Portage. HEX triplet: 8F, A8 and F0. RGB value is (143,168,240). Sum of RGB (Red+Green+Blue) = 143+168+240=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FA8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8F0 is #70570F. Grayscale: #A8A8A8. Windows color (decimal): -7362320 or 15771791. OLE color: 15771791.

HSL color Cylindrical-coordinate representation of color #8FA8F0: hue angle of 224.54º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA8F0 is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143168240-
CMYK0.400.300.06
HSL224.54º76.38%75.1%-
HSV(B)224.54º40.42%94.12%-
XYZ41.0640.1488.02-
YUV168.73168.22109.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=25.95%
G=30.49%
B=43.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431682400.400.300.06224.5476.3875.1
Hex8FA8F0281E06e14c4b
Octal217250360503606341114113
Binary1000111110101000111100001010001111001101110000110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,240); }

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

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

 a { background-color: rgb(143,168,240); }

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

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

 span { border-color: rgb(143,168,240); }

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