#8897DA

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

Shades of Portage #8897DA

Tints of Portage #8897DA

Color information

#8897DA (or 0x8897DA) is unknown color: approx Portage. HEX triplet: 88, 97 and DA. RGB value is (136,151,218). Sum of RGB (Red+Green+Blue) = 136+151+218=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #8897DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897DA is #776825. Grayscale: #999999. Windows color (decimal): -7825446 or 14325640. OLE color: 14325640.

HSL color Cylindrical-coordinate representation of color #8897DA: hue angle of 229.02º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8897DA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136151218-
CMYK0.380.3100.15
HSL229.02º52.56%69.41%-
HSV(B)229.02º37.61%85.49%-
XYZ33.8732.4370.8-
YUV154.15164.03115.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=26.93%
G=29.90%
B=43.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361512180.380.3100.15229.0252.5669.41
Hex8897DA261F0Fe53545
Octal210227332463701734565105
Binary1000100010010111110110101001101111101111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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