#8D9ACD

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

Shades of Portage #8D9ACD

Tints of Portage #8D9ACD

Color information

#8D9ACD (or 0x8D9ACD) is unknown color: approx Portage. HEX triplet: 8D, 9A and CD. RGB value is (141,154,205). Sum of RGB (Red+Green+Blue) = 141+154+205=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACD is #726532. Grayscale: #9B9B9B. Windows color (decimal): -7497011 or 13474445. OLE color: 13474445.

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

Color convert

RGB141154205-
CMYK0.310.2500.20
HSL227.81º39.02%67.84%-
HSV(B)227.81º31.22%80.39%-
XYZ33.5633.1862.39-
YUV155.93155.69117.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.2%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=28.2%
G=30.8%
B=41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411542050.310.2500.20227.8139.0267.84
Hex8D9ACD1F19014e42744
Octal215232315373102434447104
Binary1000110110011010110011011111111001010100111001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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