#8897DF

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

Shades of Portage #8897DF

Tints of Portage #8897DF

Color information

#8897DF (or 0x8897DF) is unknown color: approx Portage. HEX triplet: 88, 97 and DF. RGB value is (136,151,223). Sum of RGB (Red+Green+Blue) = 136+151+223=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #8897DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DF is #776820. Grayscale: #9A9A9A. Windows color (decimal): -7825441 or 14653320. OLE color: 14653320.

HSL color Cylindrical-coordinate representation of color #8897DF: hue angle of 229.66º degrees, saturation: 0.58, 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 #8897DF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136151223-
CMYK0.390.3200.13
HSL229.66º57.62%70.39%-
HSV(B)229.66º39.01%87.45%-
XYZ34.5432.774.3-
YUV154.72166.53114.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.67%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=26.67%
G=29.61%
B=43.73%

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
Decimal1361512230.390.3200.13229.6657.6270.39
Hex8897DF27200De63a46
Octal210227337474001534672106
Binary10001000100101111101111110011110000001101111001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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