#8FA2EE

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

Shades of Portage #8FA2EE

Tints of Portage #8FA2EE

Color information

#8FA2EE (or 0x8FA2EE) is unknown color: approx Portage. HEX triplet: 8F, A2 and EE. RGB value is (143,162,238). Sum of RGB (Red+Green+Blue) = 143+162+238=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA2EE is #705D11. Grayscale: #A4A4A4. Windows color (decimal): -7363858 or 15639183. OLE color: 15639183.

HSL color Cylindrical-coordinate representation of color #8FA2EE: hue angle of 228º 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 #8FA2EE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143162238-
CMYK0.400.3200.07
HSL228º73.64%74.71%-
HSV(B)228º39.92%93.33%-
XYZ39.6837.8586.1-
YUV164.98169.21112.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=26.34%
G=29.83%
B=43.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431622380.400.3200.0722873.6474.71
Hex8FA2EE282007e44a4b
Octal217242356504007344112113
Binary10001111101000101110111010100010000001111110010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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