#8C9FDC

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

Shades of Portage #8C9FDC

Tints of Portage #8C9FDC

Color information

#8C9FDC (or 0x8C9FDC) is unknown color: approx Portage. HEX triplet: 8C, 9F and DC. RGB value is (140,159,220). Sum of RGB (Red+Green+Blue) = 140+159+220=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FDC is #736023. Grayscale: #A0A0A0. Windows color (decimal): -7561252 or 14458764. OLE color: 14458764.

HSL color Cylindrical-coordinate representation of color #8C9FDC: hue angle of 225.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9FDC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140159220-
CMYK0.360.2800.14
HSL225.75º53.33%70.59%-
HSV(B)225.75º36.36%86.27%-
XYZ36.1335.5472.67-
YUV160.27161.71113.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=26.97%
G=30.64%
B=42.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401592200.360.2800.14225.7553.3370.59
Hex8C9FDC241C0Ee23547
Octal214237334443401634265107
Binary1000110010011111110111001001001110001110111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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