#8D9AFF

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

Shades of Portage #8D9AFF

Tints of Portage #8D9AFF

Color information

#8D9AFF (or 0x8D9AFF) is unknown color: approx Portage. HEX triplet: 8D, 9A and FF. RGB value is (141,154,255). Sum of RGB (Red+Green+Blue) = 141+154+255=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AFF is #726500. Grayscale: #A1A1A1. Windows color (decimal): -7496961 or 16751245. OLE color: 16751245.

HSL color Cylindrical-coordinate representation of color #8D9AFF: hue angle of 233.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D9AFF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141154255-
CMYK0.450.4000
HSL233.16º100%77.65%-
HSV(B)233.16º44.71%100%-
XYZ40.5935.9999.42-
YUV161.63180.69113.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 255 (100% from 255) = 46.36%
R=25.64%
G=28%
B=46.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411542550.450.4000233.1610077.65
Hex8D9AFF2D2800e9644e
Octal215232377555000351144116
Binary100011011001101011111111101101101000001110100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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