#8694DF

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

Shades of Portage #8694DF

Tints of Portage #8694DF

Color information

#8694DF (or 0x8694DF) is unknown color: approx Portage. HEX triplet: 86, 94 and DF. RGB value is (134,148,223). Sum of RGB (Red+Green+Blue) = 134+148+223=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8694DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DF is #796B20. Grayscale: #989898. Windows color (decimal): -7957281 or 14652550. OLE color: 14652550.

HSL color Cylindrical-coordinate representation of color #8694DF: hue angle of 230.56º degrees, saturation: 0.58, 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 #8694DF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134148223-
CMYK0.400.3400.13
HSL230.56º58.17%70%-
HSV(B)230.56º39.91%87.45%-
XYZ33.7431.5874.13-
YUV152.36167.86114.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=26.53%
G=29.31%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341482230.400.3400.13230.5658.1770
Hex8694DF28220De73a46
Octal206224337504201534772106
Binary10000110100101001101111110100010001001101111001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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