#8C99CC

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

Shades of Portage #8C99CC

Tints of Portage #8C99CC

Color information

#8C99CC (or 0x8C99CC) is unknown color: approx Portage. HEX triplet: 8C, 99 and CC. RGB value is (140,153,204). Sum of RGB (Red+Green+Blue) = 140+153+204=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CC is #736633. Grayscale: #9A9A9A. Windows color (decimal): -7562804 or 13408652. OLE color: 13408652.

HSL color Cylindrical-coordinate representation of color #8C99CC: hue angle of 227.81º 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 #8C99CC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140153204-
CMYK0.310.2500.2
HSL227.81º38.55%67.45%-
HSV(B)227.81º31.37%80%-
XYZ33.1132.7261.7-
YUV154.93155.69117.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=28.17%
G=30.78%
B=41.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401532040.310.2500.2227.8138.5567.45
Hex8C99CC1F19014e42743
Octal214231314373102434447103
Binary1000110010011001110011001111111001010100111001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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