#8691DC

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

Shades of Portage #8691DC

Tints of Portage #8691DC

Color information

#8691DC (or 0x8691DC) is unknown color: approx Portage. HEX triplet: 86, 91 and DC. RGB value is (134,145,220). Sum of RGB (Red+Green+Blue) = 134+145+220=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8691DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691DC is #796E23. Grayscale: #959595. Windows color (decimal): -7958052 or 14455174. OLE color: 14455174.

HSL color Cylindrical-coordinate representation of color #8691DC: hue angle of 232.33º 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 #8691DC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134145220-
CMYK0.390.3400.14
HSL232.33º55.13%69.41%-
HSV(B)232.33º39.09%86.27%-
XYZ32.8830.4971.86-
YUV150.26167.36116.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=26.85%
G=29.06%
B=44.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341452200.390.3400.14232.3355.1369.41
Hex8691DC27220Ee83745
Octal206221334474201635067105
Binary10000110100100011101110010011110001001110111010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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