#8897CE

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

Shades of Portage #8897CE

Tints of Portage #8897CE

Color information

#8897CE (or 0x8897CE) is unknown color: approx Portage. HEX triplet: 88, 97 and CE. RGB value is (136,151,206). Sum of RGB (Red+Green+Blue) = 136+151+206=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8897CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897CE is #776831. Grayscale: #989898. Windows color (decimal): -7825458 or 13539208. OLE color: 13539208.

HSL color Cylindrical-coordinate representation of color #8897CE: hue angle of 227.14º 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 #8897CE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136151206-
CMYK0.340.2700.19
HSL227.14º41.67%67.06%-
HSV(B)227.14º33.98%80.78%-
XYZ32.3631.8262.83-
YUV152.78158.03116.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=27.59%
G=30.63%
B=41.78%

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
Decimal1361512060.340.2700.19227.1441.6767.06
Hex8897CE221B013e32a43
Octal210227316423302334352103
Binary10001000100101111100111010001011011010011111000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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