#8D98EF

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

Shades of Portage #8D98EF

Tints of Portage #8D98EF

Color information

#8D98EF (or 0x8D98EF) is unknown color: approx Portage. HEX triplet: 8D, 98 and EF. RGB value is (141,152,239). Sum of RGB (Red+Green+Blue) = 141+152+239=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D98EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D98EF is #726710. Grayscale: #9E9E9E. Windows color (decimal): -7497489 or 15702157. OLE color: 15702157.

HSL color Cylindrical-coordinate representation of color #8D98EF: hue angle of 233.27º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D98EF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141152239-
CMYK0.410.3600.06
HSL233.27º75.38%74.51%-
HSV(B)233.27º41%93.73%-
XYZ37.7934.3586.3-
YUV158.63173.36115.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.50%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 239 (93.75% from 255) = 44.92%
R=26.50%
G=28.57%
B=44.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1411522390.410.3600.06233.2775.3874.51
Hex8D98EF292406e94b4b
Octal215230357514406351113113
Binary10001101100110001110111110100110010001101110100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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