#86A0EA

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

Shades of Portage #86A0EA

Tints of Portage #86A0EA

Color information

#86A0EA (or 0x86A0EA) is unknown color: approx Portage. HEX triplet: 86, A0 and EA. RGB value is (134,160,234). Sum of RGB (Red+Green+Blue) = 134+160+234=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #86A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0EA is #795F15. Grayscale: #A0A0A0. Windows color (decimal): -7954198 or 15376518. OLE color: 15376518.

HSL color Cylindrical-coordinate representation of color #86A0EA: hue angle of 224.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86A0EA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134160234-
CMYK0.430.3200.08
HSL224.4º70.42%72.16%-
HSV(B)224.4º42.74%91.76%-
XYZ37.2536.1582.86-
YUV160.66169.39108.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=25.38%
G=30.30%
B=44.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341602340.430.3200.08224.470.4272.16
Hex86A0EA2B2008e04648
Octal2062403525340010340106110
Binary100001101010000011101010101011100000010001110000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A0EA; }

 p { color: rgb(134,160,234); }

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

<style>
 a { background-color: #86A0EA; }

 a { background-color: rgb(134,160,234); }

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

<style>
 span { border-color: #86A0EA; }

 span { border-color: rgb(134,160,234); }

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