#8C97CD

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

Shades of Portage #8C97CD

Tints of Portage #8C97CD

Color information

#8C97CD (or 0x8C97CD) is unknown color: approx Portage. HEX triplet: 8C, 97 and CD. RGB value is (140,151,205). Sum of RGB (Red+Green+Blue) = 140+151+205=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97CD is #736832. Grayscale: #999999. Windows color (decimal): -7563315 or 13473676. OLE color: 13473676.

HSL color Cylindrical-coordinate representation of color #8C97CD: hue angle of 229.85º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C97CD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140151205-
CMYK0.320.2600.20
HSL229.85º39.39%67.65%-
HSV(B)229.85º31.71%80.39%-
XYZ32.932.1262.22-
YUV153.87156.86118.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=28.23%
G=30.44%
B=41.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401512050.320.2600.20229.8539.3967.65
Hex8C97CD201A014e62744
Octal214227315403202434647104
Binary10001100100101111100110110000011010010100111001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,205); }

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

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

 a { background-color: rgb(140,151,205); }

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

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

 span { border-color: rgb(140,151,205); }

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