#8C9FD1

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

Shades of Portage #8C9FD1

Tints of Portage #8C9FD1

Color information

#8C9FD1 (or 0x8C9FD1) is unknown color: approx Portage. HEX triplet: 8C, 9F and D1. RGB value is (140,159,209). Sum of RGB (Red+Green+Blue) = 140+159+209=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C9FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FD1 is #73602E. Grayscale: #9E9E9E. Windows color (decimal): -7561263 or 13737868. OLE color: 13737868.

HSL color Cylindrical-coordinate representation of color #8C9FD1: hue angle of 223.48º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C9FD1 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140159209-
CMYK0.330.2400.18
HSL223.48º42.86%68.43%-
HSV(B)223.48º33.01%81.96%-
XYZ34.7234.9865.24-
YUV159.02156.21114.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.56%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=27.56%
G=31.30%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401592090.330.2400.18223.4842.8668.43
Hex8C9FD12118012df2b44
Octal214237321413002233753104
Binary10001100100111111101000110000111000010010110111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,159,209); }

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

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

 a { background-color: rgb(140,159,209); }

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

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

 span { border-color: rgb(140,159,209); }

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