#8690DE

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

Shades of Portage #8690DE

Tints of Portage #8690DE

Color information

#8690DE (or 0x8690DE) is unknown color: approx Portage. HEX triplet: 86, 90 and DE. RGB value is (134,144,222). Sum of RGB (Red+Green+Blue) = 134+144+222=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #8690DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690DE is #796F21. Grayscale: #959595. Windows color (decimal): -7958306 or 14585990. OLE color: 14585990.

HSL color Cylindrical-coordinate representation of color #8690DE: hue angle of 233.18º degrees, saturation: 0.57, 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 #8690DE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134144222-
CMYK0.400.3500.13
HSL233.18º57.14%69.8%-
HSV(B)233.18º39.64%87.06%-
XYZ32.9930.2973.21-
YUV149.9168.69116.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=26.8%
G=28.8%
B=44.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341442220.400.3500.13233.1857.1469.8
Hex8690DE28230De93946
Octal206220336504301535171106
Binary10000110100100001101111010100010001101101111010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8690DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8690DE; }

 p { color: rgb(134,144,222); }

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

<style>
 a { background-color: #8690DE; }

 a { background-color: rgb(134,144,222); }

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

<style>
 span { border-color: #8690DE; }

 span { border-color: rgb(134,144,222); }

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