#8C8EDF

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

Shades of Portage #8C8EDF

Tints of Portage #8C8EDF

Color information

#8C8EDF (or 0x8C8EDF) is unknown color: approx Portage. HEX triplet: 8C, 8E and DF. RGB value is (140,142,223). Sum of RGB (Red+Green+Blue) = 140+142+223=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8EDF is #737120. Grayscale: #969696. Windows color (decimal): -7565601 or 14651020. OLE color: 14651020.

HSL color Cylindrical-coordinate representation of color #8C8EDF: hue angle of 238.55º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C8EDF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140142223-
CMYK0.370.3600.13
HSL238.55º56.46%71.18%-
HSV(B)238.55º37.22%87.45%-
XYZ33.8130.2573.87-
YUV150.64168.84120.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=27.72%
G=28.12%
B=44.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401422230.370.3600.13238.5556.4671.18
Hex8C8EDF25240Def3847
Octal214216337454401535770107
Binary10001100100011101101111110010110010001101111011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,142,223); }

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

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

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

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

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

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

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