#8D99FE

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

Shades of Portage #8D99FE

Tints of Portage #8D99FE

Color information

#8D99FE (or 0x8D99FE) is unknown color: approx Portage. HEX triplet: 8D, 99 and FE. RGB value is (141,153,254). Sum of RGB (Red+Green+Blue) = 141+153+254=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D99FE is #726601. Grayscale: #A0A0A0. Windows color (decimal): -7497218 or 16685453. OLE color: 16685453.

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

Color convert

RGB141153254-
CMYK0.440.4000.00
HSL233.63º98.26%77.45%-
HSV(B)233.63º44.49%99.61%-
XYZ40.2735.698.52-
YUV160.93180.52113.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=25.73%
G=27.92%
B=46.35%

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
Decimal1411532540.440.4000.00233.6398.2677.45
Hex8D99FE2C2800ea624d
Octal215231376545000352142115
Binary100011011001100111111110101100101000001110101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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