#8C97CA

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

Shades of Portage #8C97CA

Tints of Portage #8C97CA

Color information

#8C97CA (or 0x8C97CA) is unknown color: approx Portage. HEX triplet: 8C, 97 and CA. RGB value is (140,151,202). Sum of RGB (Red+Green+Blue) = 140+151+202=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97CA is #736835. Grayscale: #999999. Windows color (decimal): -7563318 or 13277068. OLE color: 13277068.

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

Color convert

RGB140151202-
CMYK0.310.2500.21
HSL229.35º36.9%67.06%-
HSV(B)229.35º30.69%79.22%-
XYZ32.5431.9760.33-
YUV153.52155.36118.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.40%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=28.40%
G=30.63%
B=40.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401512020.310.2500.21229.3536.967.06
Hex8C97CA1F19015e52543
Octal214227312373102534545103
Binary1000110010010111110010101111111001010101111001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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