#8984E1

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

Shades of Portage #8984E1

Tints of Portage #8984E1

Color information

#8984E1 (or 0x8984E1) is unknown color: approx Portage. HEX triplet: 89, 84 and E1. RGB value is (137,132,225). Sum of RGB (Red+Green+Blue) = 137+132+225=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #8984E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984E1 is #767B1E. Grayscale: #8F8F8F. Windows color (decimal): -7764767 or 14779529. OLE color: 14779529.

HSL color Cylindrical-coordinate representation of color #8984E1: hue angle of 243.23º degrees, saturation: 0.61, 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 #8984E1 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137132225-
CMYK0.390.4100.12
HSL243.23º60.78%70%-
HSV(B)243.23º41.33%88.24%-
XYZ32.1627.2674.8-
YUV144.1173.66122.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 225 (88.28% from 255) = 45.55%
R=27.73%
G=26.72%
B=45.55%

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
Decimal1371322250.390.4100.12243.2360.7870
Hex8984E127290Cf33d46
Octal211204341475101436375106
Binary10001001100001001110000110011110100101100111100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8984E1; }

 p { color: rgb(137,132,225); }

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

<style>
 a { background-color: #8984E1; }

 a { background-color: rgb(137,132,225); }

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

<style>
 span { border-color: #8984E1; }

 span { border-color: rgb(137,132,225); }

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