#8C8ADD

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

Shades of Portage #8C8ADD

Tints of Portage #8C8ADD

Color information

#8C8ADD (or 0x8C8ADD) is unknown color: approx Portage. HEX triplet: 8C, 8A and DD. RGB value is (140,138,221). Sum of RGB (Red+Green+Blue) = 140+138+221=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ADD is #737522. Grayscale: #939393. Windows color (decimal): -7566627 or 14518924. OLE color: 14518924.

HSL color Cylindrical-coordinate representation of color #8C8ADD: hue angle of 241.45º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8ADD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140138221-
CMYK0.370.3800.13
HSL241.45º54.97%70.39%-
HSV(B)241.45º37.56%86.67%-
XYZ32.9528.9772.26-
YUV148.06169.16122.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=28.06%
G=27.66%
B=44.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401382210.370.3800.13241.4554.9770.39
Hex8C8ADD25260Df13746
Octal214212335454601536167106
Binary10001100100010101101110110010110011001101111100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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