#8C8CE5

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

Shades of Portage #8C8CE5

Tints of Portage #8C8CE5

Color information

#8C8CE5 (or 0x8C8CE5) is unknown color: approx Portage. HEX triplet: 8C, 8C and E5. RGB value is (140,140,229). Sum of RGB (Red+Green+Blue) = 140+140+229=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C8CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CE5 is #73731A. Grayscale: #959595. Windows color (decimal): -7566107 or 15043724. OLE color: 15043724.

HSL color Cylindrical-coordinate representation of color #8C8CE5: hue angle of 240º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C8CE5 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB140140229-
CMYK0.390.3900.10
HSL240º63.12%72.35%-
HSV(B)240º38.86%89.8%-
XYZ34.3429.9978.11-
YUV150.15172.5120.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=27.50%
G=27.50%
B=44.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1401402290.390.3900.1024063.1272.35
Hex8C8CE527270Af03f48
Octal214214345474701236077110
Binary10001100100011001110010110011110011101010111100001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,140,229); }

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

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

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

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

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

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

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