#8c9bc9

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

Shades of Portage #8C9BC9

Tints of Portage #8C9BC9

Color information

#8C9BC9 (or 0x8C9BC9) is unknown color: approx Portage. HEX triplet: 8C, 9B and C9. RGB value is (140,155,201). Sum of RGB (Red+Green+Blue) = 140+155+201=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BC9 is #736436. Grayscale: #9B9B9B. Windows color (decimal): -7562295 or 13212556. OLE color: 13212556.

HSL color Cylindrical-coordinate representation of color #8C9BC9: hue angle of 225.25º degrees, saturation: 0.36, 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 #8C9BC9 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140155201-
CMYK0.300.2300.21
HSL225.25º36.09%66.86%-
HSV(B)225.25º30.35%78.82%-
XYZ33.0833.2459.93-
YUV155.76153.53116.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=28.23%
G=31.25%
B=40.52%

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
Decimal1401552010.300.2300.21225.2536.0966.86
Hex8C9BC91E17015e12443
Octal214233311362702534144103
Binary1000110010011011110010011111010111010101111000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c9bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,201); }

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

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

 a { background-color: rgb(140,155,201); }

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

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

 span { border-color: rgb(140,155,201); }

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