#8C91F8

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

Shades of Portage #8C91F8

Tints of Portage #8C91F8

Color information

#8C91F8 (or 0x8C91F8) is unknown color: approx Portage. HEX triplet: 8C, 91 and F8. RGB value is (140,145,248). Sum of RGB (Red+Green+Blue) = 140+145+248=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C91F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C91F8 is #736E07. Grayscale: #9A9A9A. Windows color (decimal): -7564808 or 16290188. OLE color: 16290188.

HSL color Cylindrical-coordinate representation of color #8C91F8: hue angle of 237.22º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C91F8 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB140145248-
CMYK0.440.4200.03
HSL237.22º88.52%76.08%-
HSV(B)237.22º43.55%97.25%-
XYZ37.8832.693.1-
YUV155.25180.34117.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.27%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 248 (97.27% from 255) = 46.53%
R=26.27%
G=27.20%
B=46.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1401452480.440.4200.03237.2288.5276.08
Hex8C91F82C2A03ed594c
Octal214221370545203355131114
Binary1000110010010001111110001011001010100111110110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C91F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,145,248); }

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

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

 a { background-color: rgb(140,145,248); }

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

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

 span { border-color: rgb(140,145,248); }

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