#8898DF

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

Shades of Portage #8898DF

Tints of Portage #8898DF

Color information

#8898DF (or 0x8898DF) is unknown color: approx Portage. HEX triplet: 88, 98 and DF. RGB value is (136,152,223). Sum of RGB (Red+Green+Blue) = 136+152+223=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #8898DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DF is #776720. Grayscale: #9B9B9B. Windows color (decimal): -7825185 or 14653576. OLE color: 14653576.

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

Color convert

RGB136152223-
CMYK0.390.3200.13
HSL228.97º57.62%70.39%-
HSV(B)228.97º39.01%87.45%-
XYZ34.733.0274.36-
YUV155.31166.2114.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=26.61%
G=29.75%
B=43.64%

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
Decimal1361522230.390.3200.13228.9757.6270.39
Hex8898DF27200De53a46
Octal210230337474001534572106
Binary10001000100110001101111110011110000001101111001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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