#8D9AFE

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

Shades of Portage #8D9AFE

Tints of Portage #8D9AFE

Color information

#8D9AFE (or 0x8D9AFE) is unknown color: approx Portage. HEX triplet: 8D, 9A and FE. RGB value is (141,154,254). Sum of RGB (Red+Green+Blue) = 141+154+254=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D9AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9AFE is #726501. Grayscale: #A1A1A1. Windows color (decimal): -7496962 or 16685709. OLE color: 16685709.

HSL color Cylindrical-coordinate representation of color #8D9AFE: hue angle of 233.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9AFE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141154254-
CMYK0.440.3900.00
HSL233.1º98.26%77.45%-
HSV(B)233.1º44.49%99.61%-
XYZ40.4335.9398.57-
YUV161.51180.19113.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.68%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=25.68%
G=28.05%
B=46.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411542540.440.3900.00233.198.2677.45
Hex8D9AFE2C2700e9624d
Octal215232376544700351142115
Binary100011011001101011111110101100100111001110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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