#8694DC

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

Shades of Portage #8694DC

Tints of Portage #8694DC

Color information

#8694DC (or 0x8694DC) is unknown color: approx Portage. HEX triplet: 86, 94 and DC. RGB value is (134,148,220). Sum of RGB (Red+Green+Blue) = 134+148+220=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8694DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DC is #796B23. Grayscale: #979797. Windows color (decimal): -7957284 or 14455942. OLE color: 14455942.

HSL color Cylindrical-coordinate representation of color #8694DC: hue angle of 230.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8694DC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134148220-
CMYK0.390.3300.14
HSL230.23º55.13%69.41%-
HSV(B)230.23º39.09%86.27%-
XYZ33.3431.4272.02-
YUV152.02166.36115.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.69%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=26.69%
G=29.48%
B=43.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341482200.390.3300.14230.2355.1369.41
Hex8694DC27210Ee63745
Octal206224334474101634667105
Binary10000110100101001101110010011110000101110111001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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