#8697CC

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

Shades of Portage #8697CC

Tints of Portage #8697CC

Color information

#8697CC (or 0x8697CC) is unknown color: approx Portage. HEX triplet: 86, 97 and CC. RGB value is (134,151,204). Sum of RGB (Red+Green+Blue) = 134+151+204=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #8697CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8697CC is #796833. Grayscale: #979797. Windows color (decimal): -7956532 or 13408134. OLE color: 13408134.

HSL color Cylindrical-coordinate representation of color #8697CC: hue angle of 225.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8697CC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134151204-
CMYK0.340.2600.2
HSL225.43º40.7%66.27%-
HSV(B)225.43º34.31%80%-
XYZ31.831.5661.54-
YUV151.96157.37115.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=27.40%
G=30.88%
B=41.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341512040.340.2600.2225.4340.766.27
Hex8697CC221A014e12942
Octal206227314423202434151102
Binary10000110100101111100110010001011010010100111000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8697CC; }

 p { color: rgb(134,151,204); }

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

<style>
 a { background-color: #8697CC; }

 a { background-color: rgb(134,151,204); }

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

<style>
 span { border-color: #8697CC; }

 span { border-color: rgb(134,151,204); }

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