#8D98FE

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

Shades of Portage #8D98FE

Tints of Portage #8D98FE

Color information

#8D98FE (or 0x8D98FE) is unknown color: approx Portage. HEX triplet: 8D, 98 and FE. RGB value is (141,152,254). Sum of RGB (Red+Green+Blue) = 141+152+254=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D98FE is #726701. Grayscale: #9F9F9F. Windows color (decimal): -7497474 or 16685197. OLE color: 16685197.

HSL color Cylindrical-coordinate representation of color #8D98FE: hue angle of 234.16º 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 #8D98FE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141152254-
CMYK0.440.4000.00
HSL234.16º98.26%77.45%-
HSV(B)234.16º44.49%99.61%-
XYZ40.135.2798.46-
YUV160.34180.86114.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=25.78%
G=27.79%
B=46.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411522540.440.4000.00234.1698.2677.45
Hex8D98FE2C2800ea624d
Octal215230376545000352142115
Binary100011011001100011111110101100101000001110101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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