#8D8FF1

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

Shades of Portage #8D8FF1

Tints of Portage #8D8FF1

Color information

#8D8FF1 (or 0x8D8FF1) is unknown color: approx Portage. HEX triplet: 8D, 8F and F1. RGB value is (141,143,241). Sum of RGB (Red+Green+Blue) = 141+143+241=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D8FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8FF1 is #72700E. Grayscale: #999999. Windows color (decimal): -7499791 or 15830925. OLE color: 15830925.

HSL color Cylindrical-coordinate representation of color #8D8FF1: hue angle of 238.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8FF1 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141143241-
CMYK0.410.4100.05
HSL238.8º78.12%74.9%-
HSV(B)238.8º41.49%94.51%-
XYZ36.6831.6687.4-
YUV153.57177.34119.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=26.86%
G=27.24%
B=45.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411432410.410.4100.05238.878.1274.9
Hex8D8FF1292905ef4e4b
Octal215217361515105357116113
Binary10001101100011111111000110100110100101011110111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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