#8FA4EA

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

Shades of Portage #8FA4EA

Tints of Portage #8FA4EA

Color information

#8FA4EA (or 0x8FA4EA) is unknown color: approx Portage. HEX triplet: 8F, A4 and EA. RGB value is (143,164,234). Sum of RGB (Red+Green+Blue) = 143+164+234=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FA4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA4EA is #705B15. Grayscale: #A5A5A5. Windows color (decimal): -7363350 or 15377551. OLE color: 15377551.

HSL color Cylindrical-coordinate representation of color #8FA4EA: hue angle of 226.15º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FA4EA is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143164234-
CMYK0.390.3000.08
HSL226.15º68.42%73.92%-
HSV(B)226.15º38.89%91.76%-
XYZ39.4538.3383.16-
YUV165.7166.54111.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=26.43%
G=30.31%
B=43.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431642340.390.3000.08226.1568.4273.92
Hex8FA4EA271E08e2444a
Octal2172443524736010342104112
Binary10001111101001001110101010011111110010001110001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,234); }

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

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

 a { background-color: rgb(143,164,234); }

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

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

 span { border-color: rgb(143,164,234); }

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