#8D9AF6

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

Shades of Portage #8D9AF6

Tints of Portage #8D9AF6

Color information

#8D9AF6 (or 0x8D9AF6) is unknown color: approx Portage. HEX triplet: 8D, 9A and F6. RGB value is (141,154,246). Sum of RGB (Red+Green+Blue) = 141+154+246=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D9AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AF6 is #726509. Grayscale: #A0A0A0. Windows color (decimal): -7496970 or 16161421. OLE color: 16161421.

HSL color Cylindrical-coordinate representation of color #8D9AF6: hue angle of 232.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9AF6 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141154246-
CMYK0.430.3700.04
HSL232.57º85.37%75.88%-
HSV(B)232.57º42.68%96.47%-
XYZ39.1735.4391.96-
YUV160.6176.19114.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 246 (96.48% from 255) = 45.47%
R=26.06%
G=28.47%
B=45.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411542460.430.3700.04232.5785.3775.88
Hex8D9AF62B2504e9554c
Octal215232366534504351125114
Binary10001101100110101111011010101110010101001110100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,154,246); }

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

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

 a { background-color: rgb(141,154,246); }

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

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

 span { border-color: rgb(141,154,246); }

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