#8897DD

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

Shades of Portage #8897DD

Tints of Portage #8897DD

Color information

#8897DD (or 0x8897DD) is unknown color: approx Portage. HEX triplet: 88, 97 and DD. RGB value is (136,151,221). Sum of RGB (Red+Green+Blue) = 136+151+221=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8897DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DD is #776822. Grayscale: #9A9A9A. Windows color (decimal): -7825443 or 14522248. OLE color: 14522248.

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

Color convert

RGB136151221-
CMYK0.380.3200.13
HSL229.41º55.56%70%-
HSV(B)229.41º38.46%86.67%-
XYZ34.2732.5972.89-
YUV154.5165.53114.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=26.77%
G=29.72%
B=43.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361512210.380.3200.13229.4155.5670
Hex8897DD26200De53846
Octal210227335464001534570106
Binary10001000100101111101110110011010000001101111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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