#8D91F1

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

Shades of Portage #8D91F1

Tints of Portage #8D91F1

Color information

#8D91F1 (or 0x8D91F1) is unknown color: approx Portage. HEX triplet: 8D, 91 and F1. RGB value is (141,145,241). Sum of RGB (Red+Green+Blue) = 141+145+241=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D91F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D91F1 is #726E0E. Grayscale: #9A9A9A. Windows color (decimal): -7499279 or 15831437. OLE color: 15831437.

HSL color Cylindrical-coordinate representation of color #8D91F1: hue angle of 237.6º 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 #8D91F1 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141145241-
CMYK0.410.4000.05
HSL237.6º78.12%74.9%-
HSV(B)237.6º41.49%94.51%-
XYZ36.9932.2687.5-
YUV154.75176.67118.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=26.76%
G=27.51%
B=45.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411452410.410.4000.05237.678.1274.9
Hex8D91F1292805ee4e4b
Octal215221361515005356116113
Binary10001101100100011111000110100110100001011110111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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