#8D98CC

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

Shades of Portage #8D98CC

Tints of Portage #8D98CC

Color information

#8D98CC (or 0x8D98CC) is unknown color: approx Portage. HEX triplet: 8D, 98 and CC. RGB value is (141,152,204). Sum of RGB (Red+Green+Blue) = 141+152+204=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D98CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CC is #726733. Grayscale: #9A9A9A. Windows color (decimal): -7497524 or 13408397. OLE color: 13408397.

HSL color Cylindrical-coordinate representation of color #8D98CC: hue angle of 229.52º degrees, saturation: 0.38, 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 #8D98CC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141152204-
CMYK0.310.2500.2
HSL229.52º38.18%67.65%-
HSV(B)229.52º30.88%80%-
XYZ33.1132.4861.65-
YUV154.64155.86118.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=28.37%
G=30.58%
B=41.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411522040.310.2500.2229.5238.1867.65
Hex8D98CC1F19014e62644
Octal215230314373102434646104
Binary1000110110011000110011001111111001010100111001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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