#8797CE

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

Shades of Portage #8797CE

Tints of Portage #8797CE

Color information

#8797CE (or 0x8797CE) is unknown color: approx Portage. HEX triplet: 87, 97 and CE. RGB value is (135,151,206). Sum of RGB (Red+Green+Blue) = 135+151+206=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8797CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797CE is #786831. Grayscale: #989898. Windows color (decimal): -7890994 or 13539207. OLE color: 13539207.

HSL color Cylindrical-coordinate representation of color #8797CE: hue angle of 226.48º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8797CE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135151206-
CMYK0.340.2700.19
HSL226.48º42.01%66.86%-
HSV(B)226.48º34.47%80.78%-
XYZ32.231.7462.82-
YUV152.49158.2115.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=27.44%
G=30.69%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351512060.340.2700.19226.4842.0166.86
Hex8797CE221B013e22a43
Octal207227316423302334252103
Binary10000111100101111100111010001011011010011111000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8797CE; }

 p { color: rgb(135,151,206); }

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

<style>
 a { background-color: #8797CE; }

 a { background-color: rgb(135,151,206); }

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

<style>
 span { border-color: #8797CE; }

 span { border-color: rgb(135,151,206); }

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