#8D8FF0

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

Shades of Portage #8D8FF0

Tints of Portage #8D8FF0

Color information

#8D8FF0 (or 0x8D8FF0) is unknown color: approx Portage. HEX triplet: 8D, 8F and F0. RGB value is (141,143,240). Sum of RGB (Red+Green+Blue) = 141+143+240=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D8FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8FF0 is #72700F. Grayscale: #999999. Windows color (decimal): -7499792 or 15765389. OLE color: 15765389.

HSL color Cylindrical-coordinate representation of color #8D8FF0: hue angle of 238.79º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8FF0 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141143240-
CMYK0.410.4000.06
HSL238.79º76.74%74.71%-
HSV(B)238.79º41.25%94.12%-
XYZ36.5431.686.61-
YUV153.46176.84119.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=26.91%
G=27.29%
B=45.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411432400.410.4000.06238.7976.7474.71
Hex8D8FF0292806ef4d4b
Octal215217360515006357115113
Binary10001101100011111111000010100110100001101110111110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,143,240); }

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

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

 a { background-color: rgb(141,143,240); }

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

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

 span { border-color: rgb(141,143,240); }

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