#86A0F1

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

Shades of Portage #86A0F1

Tints of Portage #86A0F1

Color information

#86A0F1 (or 0x86A0F1) is unknown color: approx Portage. HEX triplet: 86, A0 and F1. RGB value is (134,160,241). Sum of RGB (Red+Green+Blue) = 134+160+241=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #86A0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A0F1 is #795F0E. Grayscale: #A1A1A1. Windows color (decimal): -7954191 or 15835270. OLE color: 15835270.

HSL color Cylindrical-coordinate representation of color #86A0F1: hue angle of 225.42º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A0F1 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134160241-
CMYK0.440.3400.05
HSL225.42º79.26%73.53%-
HSV(B)225.42º44.4%94.51%-
XYZ38.2836.5688.26-
YUV161.46172.89108.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=25.05%
G=29.91%
B=45.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341602410.440.3400.05225.4279.2673.53
Hex86A0F12C2205e14f4a
Octal206240361544205341117112
Binary10000110101000001111000110110010001001011110000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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