#8C8DED

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

Shades of Portage #8C8DED

Tints of Portage #8C8DED

Color information

#8C8DED (or 0x8C8DED) is unknown color: approx Portage. HEX triplet: 8C, 8D and ED. RGB value is (140,141,237). Sum of RGB (Red+Green+Blue) = 140+141+237=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8DED is #737212. Grayscale: #979797. Windows color (decimal): -7565843 or 15568268. OLE color: 15568268.

HSL color Cylindrical-coordinate representation of color #8C8DED: hue angle of 239.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8DED is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140141237-
CMYK0.410.4100.07
HSL239.38º72.93%73.92%-
HSV(B)239.38º40.93%92.94%-
XYZ35.6330.7484.18-
YUV151.64176.17119.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.03%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=27.03%
G=27.22%
B=45.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401412370.410.4100.07239.3872.9373.92
Hex8C8DED292907ef494a
Octal214215355515107357111112
Binary10001100100011011110110110100110100101111110111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,237); }

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

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

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

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

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

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

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