#8A8CD1

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

Shades of Portage #8A8CD1

Tints of Portage #8A8CD1

Color information

#8A8CD1 (or 0x8A8CD1) is unknown color: approx Portage. HEX triplet: 8A, 8C and D1. RGB value is (138,140,209). Sum of RGB (Red+Green+Blue) = 138+140+209=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #8A8CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CD1 is #75732E. Grayscale: #929292. Windows color (decimal): -7697199 or 13733002. OLE color: 13733002.

HSL color Cylindrical-coordinate representation of color #8A8CD1: hue angle of 238.31º 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 #8A8CD1 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138140209-
CMYK0.340.3300.18
HSL238.31º43.56%68.04%-
HSV(B)238.31º33.97%81.96%-
XYZ31.3728.7664.22-
YUV147.27162.84121.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=28.34%
G=28.75%
B=42.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381402090.340.3300.18238.3143.5668.04
Hex8A8CD12221012ee2c44
Octal212214321424102235654104
Binary100010101000110011010001100010100001010010111011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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