#8898DB

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

Shades of Portage #8898DB

Tints of Portage #8898DB

Color information

#8898DB (or 0x8898DB) is unknown color: approx Portage. HEX triplet: 88, 98 and DB. RGB value is (136,152,219). Sum of RGB (Red+Green+Blue) = 136+152+219=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8898DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DB is #776724. Grayscale: #9A9A9A. Windows color (decimal): -7825189 or 14391432. OLE color: 14391432.

HSL color Cylindrical-coordinate representation of color #8898DB: hue angle of 228.43º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8898DB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136152219-
CMYK0.380.3100.14
HSL228.43º53.55%69.61%-
HSV(B)228.43º37.9%85.88%-
XYZ34.1732.8171.55-
YUV154.85164.2114.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=26.82%
G=29.98%
B=43.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361522190.380.3100.14228.4353.5569.61
Hex8898DB261F0Ee43646
Octal210230333463701634466106
Binary1000100010011000110110111001101111101110111001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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