#8D99DA

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

Shades of Portage #8D99DA

Tints of Portage #8D99DA

Color information

#8D99DA (or 0x8D99DA) is unknown color: approx Portage. HEX triplet: 8D, 99 and DA. RGB value is (141,153,218). Sum of RGB (Red+Green+Blue) = 141+153+218=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99DA is #726625. Grayscale: #9C9C9C. Windows color (decimal): -7497254 or 14326157. OLE color: 14326157.

HSL color Cylindrical-coordinate representation of color #8D99DA: hue angle of 230.65º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D99DA is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141153218-
CMYK0.350.3000.15
HSL230.65º50.99%70.39%-
HSV(B)230.65º35.32%85.49%-
XYZ35.0333.5170.95-
YUV156.82162.52116.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=27.54%
G=29.88%
B=42.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411532180.350.3000.15230.6550.9970.39
Hex8D99DA231E0Fe73346
Octal215231332433601734763106
Binary1000110110011001110110101000111111001111111001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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