#8FA0EB

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

Shades of Portage #8FA0EB

Tints of Portage #8FA0EB

Color information

#8FA0EB (or 0x8FA0EB) is unknown color: approx Portage. HEX triplet: 8F, A0 and EB. RGB value is (143,160,235). Sum of RGB (Red+Green+Blue) = 143+160+235=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FA0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA0EB is #705F14. Grayscale: #A3A3A3. Windows color (decimal): -7364373 or 15442063. OLE color: 15442063.

HSL color Cylindrical-coordinate representation of color #8FA0EB: hue angle of 228.91º degrees, saturation: 0.7, 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 #8FA0EB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143160235-
CMYK0.390.3200.08
HSL228.91º69.7%74.12%-
HSV(B)228.91º39.15%92.16%-
XYZ38.8936.9883.69-
YUV163.47168.37113.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=26.58%
G=29.74%
B=43.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431602350.390.3200.08228.9169.774.12
Hex8FA0EB272008e5464a
Octal2172403534740010345106112
Binary100011111010000011101011100111100000010001110010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,235); }

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

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

 a { background-color: rgb(143,160,235); }

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

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

 span { border-color: rgb(143,160,235); }

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