#8999DA

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

Shades of Portage #8999DA

Tints of Portage #8999DA

Color information

#8999DA (or 0x8999DA) is unknown color: approx Portage. HEX triplet: 89, 99 and DA. RGB value is (137,153,218). Sum of RGB (Red+Green+Blue) = 137+153+218=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #8999DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999DA is #766625. Grayscale: #9B9B9B. Windows color (decimal): -7759398 or 14326153. OLE color: 14326153.

HSL color Cylindrical-coordinate representation of color #8999DA: hue angle of 228.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8999DA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137153218-
CMYK0.370.3000.15
HSL228.15º52.26%69.61%-
HSV(B)228.15º37.16%85.49%-
XYZ34.3633.1670.92-
YUV155.63163.2114.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=26.97%
G=30.12%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371532180.370.3000.15228.1552.2669.61
Hex8999DA251E0Fe43446
Octal211231332453601734464106
Binary1000100110011001110110101001011111001111111001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,153,218); }

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

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

 a { background-color: rgb(137,153,218); }

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

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

 span { border-color: rgb(137,153,218); }

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