#8897DC

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

Shades of Portage #8897DC

Tints of Portage #8897DC

Color information

#8897DC (or 0x8897DC) is unknown color: approx Portage. HEX triplet: 88, 97 and DC. RGB value is (136,151,220). Sum of RGB (Red+Green+Blue) = 136+151+220=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #8897DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DC is #776823. Grayscale: #9A9A9A. Windows color (decimal): -7825444 or 14456712. OLE color: 14456712.

HSL color Cylindrical-coordinate representation of color #8897DC: hue angle of 229.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8897DC is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136151220-
CMYK0.380.3100.14
HSL229.29º54.55%69.8%-
HSV(B)229.29º38.18%86.27%-
XYZ34.1432.5372.19-
YUV154.38165.03114.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=26.82%
G=29.78%
B=43.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361512200.380.3100.14229.2954.5569.8
Hex8897DC261F0Ee53746
Octal210227334463701634567106
Binary1000100010010111110111001001101111101110111001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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