#8D98CD

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

Shades of Portage #8D98CD

Tints of Portage #8D98CD

Color information

#8D98CD (or 0x8D98CD) is unknown color: approx Portage. HEX triplet: 8D, 98 and CD. RGB value is (141,152,205). Sum of RGB (Red+Green+Blue) = 141+152+205=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CD is #726732. Grayscale: #9A9A9A. Windows color (decimal): -7497523 or 13473933. OLE color: 13473933.

HSL color Cylindrical-coordinate representation of color #8D98CD: hue angle of 229.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D98CD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141152205-
CMYK0.310.2600.20
HSL229.69º39.02%67.84%-
HSV(B)229.69º31.22%80.39%-
XYZ33.2332.5362.28-
YUV154.75156.36118.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=28.31%
G=30.52%
B=41.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411522050.310.2600.20229.6939.0267.84
Hex8D98CD1F1A014e62744
Octal215230315373202434647104
Binary1000110110011000110011011111111010010100111001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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