#8694CE

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

Shades of Portage #8694CE

Tints of Portage #8694CE

Color information

#8694CE (or 0x8694CE) is unknown color: approx Portage. HEX triplet: 86, 94 and CE. RGB value is (134,148,206). Sum of RGB (Red+Green+Blue) = 134+148+206=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8694CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694CE is #796B31. Grayscale: #969696. Windows color (decimal): -7957298 or 13538438. OLE color: 13538438.

HSL color Cylindrical-coordinate representation of color #8694CE: hue angle of 228.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8694CE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134148206-
CMYK0.350.2800.19
HSL228.33º42.35%66.67%-
HSV(B)228.33º34.95%80.78%-
XYZ31.5630.762.66-
YUV150.43159.36116.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=27.46%
G=30.33%
B=42.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341482060.350.2800.19228.3342.3566.67
Hex8694CE231C013e42a43
Octal206224316433402334452103
Binary10000110100101001100111010001111100010011111001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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