#8897DE

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

Shades of Portage #8897DE

Tints of Portage #8897DE

Color information

#8897DE (or 0x8897DE) is unknown color: approx Portage. HEX triplet: 88, 97 and DE. RGB value is (136,151,222). Sum of RGB (Red+Green+Blue) = 136+151+222=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 151 (59.38% from 255 or 29.67% 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 #8897DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DE is #776821. Grayscale: #9A9A9A. Windows color (decimal): -7825442 or 14587784. OLE color: 14587784.

HSL color Cylindrical-coordinate representation of color #8897DE: hue angle of 229.53º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8897DE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136151222-
CMYK0.390.3200.13
HSL229.53º56.58%70.2%-
HSV(B)229.53º38.74%87.06%-
XYZ34.432.6473.59-
YUV154.61166.03114.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=26.72%
G=29.67%
B=43.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361512220.390.3200.13229.5356.5870.2
Hex8897DE27200De63946
Octal210227336474001534671106
Binary10001000100101111101111010011110000001101111001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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