#8A8AD1

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

Shades of Portage #8A8AD1

Tints of Portage #8A8AD1

Color information

#8A8AD1 (or 0x8A8AD1) is unknown color: approx Portage. HEX triplet: 8A, 8A and D1. RGB value is (138,138,209). Sum of RGB (Red+Green+Blue) = 138+138+209=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8AD1 is #75752E. Grayscale: #919191. Windows color (decimal): -7697711 or 13732490. OLE color: 13732490.

HSL color Cylindrical-coordinate representation of color #8A8AD1: hue angle of 240º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A8AD1 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138138209-
CMYK0.340.3400.18
HSL240º43.56%68.04%-
HSV(B)240º33.97%81.96%-
XYZ31.0828.1864.12-
YUV146.09163.5122.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=28.45%
G=28.45%
B=43.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381382090.340.3400.1824043.5668.04
Hex8A8AD12222012f02c44
Octal212212321424202236054104
Binary100010101000101011010001100010100010010010111100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8AD1; }

 p { color: rgb(138,138,209); }

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

<style>
 a { background-color: #8A8AD1; }

 a { background-color: rgb(138,138,209); }

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

<style>
 span { border-color: #8A8AD1; }

 span { border-color: rgb(138,138,209); }

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