#8D9CCA

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

Shades of Portage #8D9CCA

Tints of Portage #8D9CCA

Color information

#8D9CCA (or 0x8D9CCA) is unknown color: approx Portage. HEX triplet: 8D, 9C and CA. RGB value is (141,156,202). Sum of RGB (Red+Green+Blue) = 141+156+202=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CCA is #726335. Grayscale: #9C9C9C. Windows color (decimal): -7496502 or 13278349. OLE color: 13278349.

HSL color Cylindrical-coordinate representation of color #8D9CCA: hue angle of 225.25º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D9CCA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141156202-
CMYK0.300.2300.21
HSL225.25º36.53%67.25%-
HSV(B)225.25º30.2%79.22%-
XYZ33.5333.760.62-
YUV156.76153.53116.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=28.26%
G=31.26%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411562020.300.2300.21225.2536.5367.25
Hex8D9CCA1E17015e12543
Octal215234312362702534145103
Binary1000110110011100110010101111010111010101111000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,202); }

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

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

 a { background-color: rgb(141,156,202); }

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

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

 span { border-color: rgb(141,156,202); }

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