#8999D5

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

Shades of Portage #8999D5

Tints of Portage #8999D5

Color information

#8999D5 (or 0x8999D5) is unknown color: approx Portage. HEX triplet: 89, 99 and D5. RGB value is (137,153,213). Sum of RGB (Red+Green+Blue) = 137+153+213=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #8999D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999D5 is #76662A. Grayscale: #9A9A9A. Windows color (decimal): -7759403 or 13998473. OLE color: 13998473.

HSL color Cylindrical-coordinate representation of color #8999D5: hue angle of 227.37º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8999D5 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137153213-
CMYK0.360.2800.16
HSL227.37º47.5%68.63%-
HSV(B)227.37º35.68%83.53%-
XYZ33.7232.967.52-
YUV155.06160.7115.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=27.24%
G=30.42%
B=42.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371532130.360.2800.16227.3747.568.63
Hex8999D5241C010e32f45
Octal211231325443402034357105
Binary10001001100110011101010110010011100010000111000111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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