#8694CC

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

Shades of Portage #8694CC

Tints of Portage #8694CC

Color information

#8694CC (or 0x8694CC) is unknown color: approx Portage. HEX triplet: 86, 94 and CC. RGB value is (134,148,204). Sum of RGB (Red+Green+Blue) = 134+148+204=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8694CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694CC is #796B33. Grayscale: #959595. Windows color (decimal): -7957300 or 13407366. OLE color: 13407366.

HSL color Cylindrical-coordinate representation of color #8694CC: hue angle of 228º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8694CC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134148204-
CMYK0.340.2700.2
HSL228º40.7%66.27%-
HSV(B)228º34.31%80%-
XYZ31.3230.6161.38-
YUV150.2158.36116.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=27.57%
G=30.45%
B=41.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341482040.340.2700.222840.766.27
Hex8694CC221B014e42942
Octal206224314423302434451102
Binary10000110100101001100110010001011011010100111001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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