#8991DF

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

Shades of Portage #8991DF

Tints of Portage #8991DF

Color information

#8991DF (or 0x8991DF) is unknown color: approx Portage. HEX triplet: 89, 91 and DF. RGB value is (137,145,223). Sum of RGB (Red+Green+Blue) = 137+145+223=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8991DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991DF is #766E20. Grayscale: #979797. Windows color (decimal): -7761441 or 14651785. OLE color: 14651785.

HSL color Cylindrical-coordinate representation of color #8991DF: hue angle of 234.42º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8991DF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137145223-
CMYK0.390.3500.13
HSL234.42º57.33%70.59%-
HSV(B)234.42º38.57%87.45%-
XYZ33.7630.974-
YUV151.5168.35117.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=27.13%
G=28.71%
B=44.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371452230.390.3500.13234.4257.3370.59
Hex8991DF27230Dea3947
Octal211221337474301535271107
Binary10001001100100011101111110011110001101101111010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8991DF; }

 p { color: rgb(137,145,223); }

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

<style>
 a { background-color: #8991DF; }

 a { background-color: rgb(137,145,223); }

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

<style>
 span { border-color: #8991DF; }

 span { border-color: rgb(137,145,223); }

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