#8999DE

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

Shades of Portage #8999DE

Tints of Portage #8999DE

Color information

#8999DE (or 0x8999DE) is unknown color: approx Portage. HEX triplet: 89, 99 and DE. RGB value is (137,153,222). Sum of RGB (Red+Green+Blue) = 137+153+222=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #8999DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999DE is #766621. Grayscale: #9B9B9B. Windows color (decimal): -7759394 or 14588297. OLE color: 14588297.

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

Color convert

RGB137153222-
CMYK0.380.3100.13
HSL228.71º56.29%70.39%-
HSV(B)228.71º38.29%87.06%-
XYZ34.8933.3773.71-
YUV156.08165.2114.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=26.76%
G=29.88%
B=43.36%

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
Decimal1371532220.380.3100.13228.7156.2970.39
Hex8999DE261F0De53846
Octal211231336463701534570106
Binary1000100110011001110111101001101111101101111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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