#8690F6

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

Shades of Portage #8690F6

Tints of Portage #8690F6

Color information

#8690F6 (or 0x8690F6) is unknown color: approx Portage. HEX triplet: 86, 90 and F6. RGB value is (134,144,246). Sum of RGB (Red+Green+Blue) = 134+144+246=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #8690F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8690F6 is #796F09. Grayscale: #989898. Windows color (decimal): -7958282 or 16158854. OLE color: 16158854.

HSL color Cylindrical-coordinate representation of color #8690F6: hue angle of 234.64º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8690F6 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134144246-
CMYK0.460.4100.04
HSL234.64º86.15%74.51%-
HSV(B)234.64º45.53%96.47%-
XYZ36.4431.6791.38-
YUV152.64180.69114.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.57%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=25.57%
G=27.48%
B=46.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1341442460.460.4100.04234.6486.1574.51
Hex8690F62E2904eb564b
Octal206220366565104353126113
Binary10000110100100001111011010111010100101001110101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8690F6; }

 p { color: rgb(134,144,246); }

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

<style>
 a { background-color: #8690F6; }

 a { background-color: rgb(134,144,246); }

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

<style>
 span { border-color: #8690F6; }

 span { border-color: rgb(134,144,246); }

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