#8D9FFA

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

Shades of Portage #8D9FFA

Tints of Portage #8D9FFA

Color information

#8D9FFA (or 0x8D9FFA) is unknown color: approx Portage. HEX triplet: 8D, 9F and FA. RGB value is (141,159,250). Sum of RGB (Red+Green+Blue) = 141+159+250=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FFA is #726005. Grayscale: #A3A3A3. Windows color (decimal): -7495686 or 16424845. OLE color: 16424845.

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

Color convert

RGB141159250-
CMYK0.440.3600.02
HSL230.09º91.6%76.67%-
HSV(B)230.09º43.6%98.04%-
XYZ40.6437.3695.51-
YUV163.99176.54111.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=25.64%
G=28.91%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411592500.440.3600.02230.0991.676.67
Hex8D9FFA2C2402e65c4d
Octal215237372544402346134115
Binary1000110110011111111110101011001001000101110011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,250); }

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

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

 a { background-color: rgb(141,159,250); }

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

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

 span { border-color: rgb(141,159,250); }

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