#8C9BCC

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

Shades of Portage #8C9BCC

Tints of Portage #8C9BCC

Color information

#8C9BCC (or 0x8C9BCC) is unknown color: approx Portage. HEX triplet: 8C, 9B and CC. RGB value is (140,155,204). Sum of RGB (Red+Green+Blue) = 140+155+204=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BCC is #736433. Grayscale: #9B9B9B. Windows color (decimal): -7562292 or 13409164. OLE color: 13409164.

HSL color Cylindrical-coordinate representation of color #8C9BCC: hue angle of 225.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9BCC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140155204-
CMYK0.310.2400.2
HSL225.94º38.55%67.45%-
HSV(B)225.94º31.37%80%-
XYZ33.4433.3861.81-
YUV156.1155.03116.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=28.06%
G=31.06%
B=40.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401552040.310.2400.2225.9438.5567.45
Hex8C9BCC1F18014e22743
Octal214233314373002434247103
Binary1000110010011011110011001111111000010100111000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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