#8C9CE3

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

Shades of Portage #8C9CE3

Tints of Portage #8C9CE3

Color information

#8C9CE3 (or 0x8C9CE3) is unknown color: approx Portage. HEX triplet: 8C, 9C and E3. RGB value is (140,156,227). Sum of RGB (Red+Green+Blue) = 140+156+227=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #8C9CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CE3 is #73631C. Grayscale: #9F9F9F. Windows color (decimal): -7562013 or 14916748. OLE color: 14916748.

HSL color Cylindrical-coordinate representation of color #8C9CE3: hue angle of 228.97º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C9CE3 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB140156227-
CMYK0.380.3100.11
HSL228.97º60.84%71.96%-
HSV(B)228.97º38.33%89.02%-
XYZ36.5734.977.48-
YUV159.31166.2114.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.77%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 227 (89.06% from 255) = 43.40%
R=26.77%
G=29.83%
B=43.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1401562270.380.3100.11228.9760.8471.96
Hex8C9CE3261F0Be53d48
Octal214234343463701334575110
Binary1000110010011100111000111001101111101011111001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,227); }

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

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

 a { background-color: rgb(140,156,227); }

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

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

 span { border-color: rgb(140,156,227); }

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