#8694E3

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

Shades of Portage #8694E3

Tints of Portage #8694E3

Color information

#8694E3 (or 0x8694E3) is unknown color: approx Portage. HEX triplet: 86, 94 and E3. RGB value is (134,148,227). Sum of RGB (Red+Green+Blue) = 134+148+227=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #8694E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694E3 is #796B1C. Grayscale: #989898. Windows color (decimal): -7957277 or 14914694. OLE color: 14914694.

HSL color Cylindrical-coordinate representation of color #8694E3: hue angle of 230.97º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8694E3 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB134148227-
CMYK0.410.3500.11
HSL230.97º62.42%70.78%-
HSV(B)230.97º40.97%89.02%-
XYZ34.2931.7977-
YUV152.82169.86114.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=26.33%
G=29.08%
B=44.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1341482270.410.3500.11230.9762.4270.78
Hex8694E329230Be73e47
Octal206224343514301334776107
Binary10000110100101001110001110100110001101011111001111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8694E3; }

 p { color: rgb(134,148,227); }

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

<style>
 a { background-color: #8694E3; }

 a { background-color: rgb(134,148,227); }

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

<style>
 span { border-color: #8694E3; }

 span { border-color: rgb(134,148,227); }

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