#8FA6EE

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

Shades of Portage #8FA6EE

Tints of Portage #8FA6EE

Color information

#8FA6EE (or 0x8FA6EE) is unknown color: approx Portage. HEX triplet: 8F, A6 and EE. RGB value is (143,166,238). Sum of RGB (Red+Green+Blue) = 143+166+238=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FA6EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA6EE is #705911. Grayscale: #A7A7A7. Windows color (decimal): -7362834 or 15640207. OLE color: 15640207.

HSL color Cylindrical-coordinate representation of color #8FA6EE: hue angle of 225.47º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA6EE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143166238-
CMYK0.400.3000.07
HSL225.47º73.64%74.71%-
HSV(B)225.47º39.92%93.33%-
XYZ40.439.2986.34-
YUV167.33167.88110.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.14%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=26.14%
G=30.35%
B=43.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431662380.400.3000.07225.4773.6474.71
Hex8FA6EE281E07e14a4b
Octal217246356503607341112113
Binary1000111110100110111011101010001111001111110000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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