#8999DC

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

Shades of Portage #8999DC

Tints of Portage #8999DC

Color information

#8999DC (or 0x8999DC) is unknown color: approx Portage. HEX triplet: 89, 99 and DC. RGB value is (137,153,220). Sum of RGB (Red+Green+Blue) = 137+153+220=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #8999DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999DC is #766623. Grayscale: #9B9B9B. Windows color (decimal): -7759396 or 14457225. OLE color: 14457225.

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

Color convert

RGB137153220-
CMYK0.380.3000.14
HSL228.43º54.25%70%-
HSV(B)228.43º37.73%86.27%-
XYZ34.6333.2772.31-
YUV155.85164.2114.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=26.86%
G=30%
B=43.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371532200.380.3000.14228.4354.2570
Hex8999DC261E0Ee43646
Octal211231334463601634466106
Binary1000100110011001110111001001101111001110111001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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