#8D92F7

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

Shades of Portage #8D92F7

Tints of Portage #8D92F7

Color information

#8D92F7 (or 0x8D92F7) is unknown color: approx Portage. HEX triplet: 8D, 92 and F7. RGB value is (141,146,247). Sum of RGB (Red+Green+Blue) = 141+146+247=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D92F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D92F7 is #726D08. Grayscale: #9B9B9B. Windows color (decimal): -7499017 or 16224909. OLE color: 16224909.

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

Color convert

RGB141146247-
CMYK0.430.4100.03
HSL237.17º86.89%76.08%-
HSV(B)237.17º42.91%96.86%-
XYZ38.0532.9492.35-
YUV156.02179.34117.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=26.40%
G=27.34%
B=46.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411462470.430.4100.03237.1786.8976.08
Hex8D92F72B2903ed574c
Octal215222367535103355127114
Binary1000110110010010111101111010111010010111110110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D92F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,247); }

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

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

 a { background-color: rgb(141,146,247); }

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

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

 span { border-color: rgb(141,146,247); }

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