#8F8ADD

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

Shades of Portage #8F8ADD

Tints of Portage #8F8ADD

Color information

#8F8ADD (or 0x8F8ADD) is unknown color: approx Portage. HEX triplet: 8F, 8A and DD. RGB value is (143,138,221). Sum of RGB (Red+Green+Blue) = 143+138+221=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ADD is #707522. Grayscale: #949494. Windows color (decimal): -7370019 or 14518927. OLE color: 14518927.

HSL color Cylindrical-coordinate representation of color #8F8ADD: hue angle of 243.61º 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 #8F8ADD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143138221-
CMYK0.350.3800.13
HSL243.61º54.97%70.39%-
HSV(B)243.61º37.56%86.67%-
XYZ33.4729.2472.29-
YUV148.96168.66123.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=28.49%
G=27.49%
B=44.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431382210.350.3800.13243.6154.9770.39
Hex8F8ADD23260Df43746
Octal217212335434601536467106
Binary10001111100010101101110110001110011001101111101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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