#8D97D4

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

Shades of Portage #8D97D4

Tints of Portage #8D97D4

Color information

#8D97D4 (or 0x8D97D4) is unknown color: approx Portage. HEX triplet: 8D, 97 and D4. RGB value is (141,151,212). Sum of RGB (Red+Green+Blue) = 141+151+212=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D97D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D97D4 is #72682B. Grayscale: #9A9A9A. Windows color (decimal): -7497772 or 13932429. OLE color: 13932429.

HSL color Cylindrical-coordinate representation of color #8D97D4: hue angle of 231.55º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D97D4 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB141151212-
CMYK0.330.2900.17
HSL231.55º45.22%69.22%-
HSV(B)231.55º33.49%83.14%-
XYZ33.9332.5566.78-
YUV154.96160.19118.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=27.98%
G=29.96%
B=42.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1411512120.330.2900.17231.5545.2269.22
Hex8D97D4211D011e82d45
Octal215227324413502135055105
Binary10001101100101111101010010000111101010001111010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,151,212); }

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

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

 a { background-color: rgb(141,151,212); }

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

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

 span { border-color: rgb(141,151,212); }

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