#8699DE

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

Shades of Portage #8699DE

Tints of Portage #8699DE

Color information

#8699DE (or 0x8699DE) is unknown color: approx Portage. HEX triplet: 86, 99 and DE. RGB value is (134,153,222). Sum of RGB (Red+Green+Blue) = 134+153+222=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #8699DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DE is #796621. Grayscale: #9A9A9A. Windows color (decimal): -7956002 or 14588294. OLE color: 14588294.

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

Color convert

RGB134153222-
CMYK0.400.3100.13
HSL227.05º57.14%69.8%-
HSV(B)227.05º39.64%87.06%-
XYZ34.4133.1273.69-
YUV155.18165.71112.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=26.33%
G=30.06%
B=43.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341532220.400.3100.13227.0557.1469.8
Hex8699DE281F0De33946
Octal206231336503701534371106
Binary1000011010011001110111101010001111101101111000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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