#8A8CD8

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

Shades of Portage #8A8CD8

Tints of Portage #8A8CD8

Color information

#8A8CD8 (or 0x8A8CD8) is unknown color: approx Portage. HEX triplet: 8A, 8C and D8. RGB value is (138,140,216). Sum of RGB (Red+Green+Blue) = 138+140+216=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A8CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CD8 is #757327. Grayscale: #939393. Windows color (decimal): -7697192 or 14191754. OLE color: 14191754.

HSL color Cylindrical-coordinate representation of color #8A8CD8: hue angle of 238.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A8CD8 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138140216-
CMYK0.360.3500.15
HSL238.46º50%69.41%-
HSV(B)238.46º36.11%84.71%-
XYZ32.2529.1268.89-
YUV148.07166.34120.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=27.94%
G=28.34%
B=43.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381402160.360.3500.15238.465069.41
Hex8A8CD824230Fee3245
Octal212214330444301735662105
Binary10001010100011001101100010010010001101111111011101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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