#8898DD

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

Shades of Portage #8898DD

Tints of Portage #8898DD

Color information

#8898DD (or 0x8898DD) is unknown color: approx Portage. HEX triplet: 88, 98 and DD. RGB value is (136,152,221). Sum of RGB (Red+Green+Blue) = 136+152+221=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DD is #776722. Grayscale: #9A9A9A. Windows color (decimal): -7825187 or 14522504. OLE color: 14522504.

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

Color convert

RGB136152221-
CMYK0.380.3100.13
HSL228.71º55.56%70%-
HSV(B)228.71º38.46%86.67%-
XYZ34.4332.9172.94-
YUV155.08165.2114.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=26.72%
G=29.86%
B=43.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361522210.380.3100.13228.7155.5670
Hex8898DD261F0De53846
Octal210230335463701534570106
Binary1000100010011000110111011001101111101101111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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