#8FA6DE

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

Shades of Portage #8FA6DE

Tints of Portage #8FA6DE

Color information

#8FA6DE (or 0x8FA6DE) is unknown color: approx Portage. HEX triplet: 8F, A6 and DE. RGB value is (143,166,222). Sum of RGB (Red+Green+Blue) = 143+166+222=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6DE is #705921. Grayscale: #A5A5A5. Windows color (decimal): -7362850 or 14591631. OLE color: 14591631.

HSL color Cylindrical-coordinate representation of color #8FA6DE: hue angle of 222.53º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA6DE is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143166222-
CMYK0.360.2500.13
HSL222.53º54.48%71.57%-
HSV(B)222.53º35.59%87.06%-
XYZ38.1538.3974.51-
YUV165.51159.88111.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=26.93%
G=31.26%
B=41.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431662220.360.2500.13222.5354.4871.57
Hex8FA6DE24190Ddf3648
Octal217246336443101533766110
Binary1000111110100110110111101001001100101101110111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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