#8D98E4

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

Shades of Portage #8D98E4

Tints of Portage #8D98E4

Color information

#8D98E4 (or 0x8D98E4) is unknown color: approx Portage. HEX triplet: 8D, 98 and E4. RGB value is (141,152,228). Sum of RGB (Red+Green+Blue) = 141+152+228=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D98E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98E4 is #72671B. Grayscale: #9D9D9D. Windows color (decimal): -7497500 or 14981261. OLE color: 14981261.

HSL color Cylindrical-coordinate representation of color #8D98E4: hue angle of 232.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D98E4 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB141152228-
CMYK0.380.3300.11
HSL232.41º61.7%72.35%-
HSV(B)232.41º38.16%89.41%-
XYZ36.2233.7278-
YUV157.37167.86116.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 228 (89.45% from 255) = 43.76%
R=27.06%
G=29.17%
B=43.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1411522280.380.3300.11232.4161.772.35
Hex8D98E426210Be83e48
Octal215230344464101335076110
Binary10001101100110001110010010011010000101011111010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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