#8699CA

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

Shades of Portage #8699CA

Tints of Portage #8699CA

Color information

#8699CA (or 0x8699CA) is unknown color: approx Portage. HEX triplet: 86, 99 and CA. RGB value is (134,153,202). Sum of RGB (Red+Green+Blue) = 134+153+202=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #8699CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699CA is #796635. Grayscale: #989898. Windows color (decimal): -7956022 or 13277574. OLE color: 13277574.

HSL color Cylindrical-coordinate representation of color #8699CA: hue angle of 223.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8699CA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134153202-
CMYK0.340.2400.21
HSL223.24º39.08%65.88%-
HSV(B)223.24º33.66%79.22%-
XYZ31.8832.1260.4-
YUV152.9155.71114.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=27.40%
G=31.29%
B=41.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341532020.340.2400.21223.2439.0865.88
Hex8699CA2218015df2742
Octal206231312423002533747102
Binary10000110100110011100101010001011000010101110111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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