#8985DD

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

Shades of Portage #8985DD

Tints of Portage #8985DD

Color information

#8985DD (or 0x8985DD) is unknown color: approx Portage. HEX triplet: 89, 85 and DD. RGB value is (137,133,221). Sum of RGB (Red+Green+Blue) = 137+133+221=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8985DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DD is #767A22. Grayscale: #8F8F8F. Windows color (decimal): -7764515 or 14517641. OLE color: 14517641.

HSL color Cylindrical-coordinate representation of color #8985DD: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8985DD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137133221-
CMYK0.380.4000.13
HSL242.73º56.41%69.41%-
HSV(B)242.73º39.82%86.67%-
XYZ31.7627.3172.01-
YUV144.23171.33122.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=27.90%
G=27.09%
B=45.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371332210.380.4000.13242.7356.4169.41
Hex8985DD26280Df33845
Octal211205335465001536370105
Binary10001001100001011101110110011010100001101111100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8985DD; }

 p { color: rgb(137,133,221); }

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

<style>
 a { background-color: #8985DD; }

 a { background-color: rgb(137,133,221); }

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

<style>
 span { border-color: #8985DD; }

 span { border-color: rgb(137,133,221); }

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