#8998DB

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

Shades of Portage #8998DB

Tints of Portage #8998DB

Color information

#8998DB (or 0x8998DB) is unknown color: approx Portage. HEX triplet: 89, 98 and DB. RGB value is (137,152,219). Sum of RGB (Red+Green+Blue) = 137+152+219=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #8998DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998DB is #766724. Grayscale: #9A9A9A. Windows color (decimal): -7759653 or 14391433. OLE color: 14391433.

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

Color convert

RGB137152219-
CMYK0.370.3100.14
HSL229.02º53.25%69.8%-
HSV(B)229.02º37.44%85.88%-
XYZ34.3332.8971.56-
YUV155.15164.03115.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=26.97%
G=29.92%
B=43.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371522190.370.3100.14229.0253.2569.8
Hex8998DB251F0Ee53546
Octal211230333453701634565106
Binary1000100110011000110110111001011111101110111001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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