#8694DE

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

Shades of Portage #8694DE

Tints of Portage #8694DE

Color information

#8694DE (or 0x8694DE) is unknown color: approx Portage. HEX triplet: 86, 94 and DE. RGB value is (134,148,222). Sum of RGB (Red+Green+Blue) = 134+148+222=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #8694DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DE is #796B21. Grayscale: #979797. Windows color (decimal): -7957282 or 14587014. OLE color: 14587014.

HSL color Cylindrical-coordinate representation of color #8694DE: hue angle of 230.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8694DE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134148222-
CMYK0.400.3300.13
HSL230.45º57.14%69.8%-
HSV(B)230.45º39.64%87.06%-
XYZ33.6131.5273.42-
YUV152.25167.36114.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=26.59%
G=29.37%
B=44.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341482220.400.3300.13230.4557.1469.8
Hex8694DE28210De63946
Octal206224336504101534671106
Binary10000110100101001101111010100010000101101111001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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