#8985E0

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

Shades of Portage #8985E0

Tints of Portage #8985E0

Color information

#8985E0 (or 0x8985E0) is unknown color: approx Portage. HEX triplet: 89, 85 and E0. RGB value is (137,133,224). Sum of RGB (Red+Green+Blue) = 137+133+224=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8985E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985E0 is #767A1F. Grayscale: #909090. Windows color (decimal): -7764512 or 14714249. OLE color: 14714249.

HSL color Cylindrical-coordinate representation of color #8985E0: hue angle of 242.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8985E0 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137133224-
CMYK0.390.4100.12
HSL242.64º59.48%70%-
HSV(B)242.64º40.62%87.84%-
XYZ32.1627.4874.13-
YUV144.57172.83122.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=27.73%
G=26.92%
B=45.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371332240.390.4100.12242.6459.4870
Hex8985E027290Cf33b46
Octal211205340475101436373106
Binary10001001100001011110000010011110100101100111100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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