#8985DF

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

Shades of Portage #8985DF

Tints of Portage #8985DF

Color information

#8985DF (or 0x8985DF) is unknown color: approx Portage. HEX triplet: 89, 85 and DF. RGB value is (137,133,223). Sum of RGB (Red+Green+Blue) = 137+133+223=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8985DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985DF is #767A20. Grayscale: #909090. Windows color (decimal): -7764513 or 14648713. OLE color: 14648713.

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

Color convert

RGB137133223-
CMYK0.390.4000.13
HSL242.67º58.44%69.8%-
HSV(B)242.67º40.36%87.45%-
XYZ32.0227.4273.42-
YUV144.46172.33122.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=27.79%
G=26.98%
B=45.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371332230.390.4000.13242.6758.4469.8
Hex8985DF27280Df33a46
Octal211205337475001536372106
Binary10001001100001011101111110011110100001101111100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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