#7F8ECD

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

Shades of Portage #7F8ECD

Tints of Portage #7F8ECD

Color information

#7F8ECD (or 0x7F8ECD) is unknown color: approx Portage. HEX triplet: 7F, 8E and CD. RGB value is (127,142,205). Sum of RGB (Red+Green+Blue) = 127+142+205=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ECD is #807132. Grayscale: #909090. Windows color (decimal): -8417587 or 13471359. OLE color: 13471359.

HSL color Cylindrical-coordinate representation of color #7F8ECD: hue angle of 228.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8ECD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127142205-
CMYK0.380.3100.20
HSL228.46º43.82%65.1%-
HSV(B)228.46º38.05%80.39%-
XYZ29.4428.2761.66-
YUV144.7162.03115.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=26.79%
G=29.96%
B=43.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271422050.380.3100.20228.4643.8265.1
Hex7F8ECD261F014e42c41
Octal177216315463702434454101
Binary1111111100011101100110110011011111010100111001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8ECD; }

 p { color: rgb(127,142,205); }

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

<style>
 a { background-color: #7F8ECD; }

 a { background-color: rgb(127,142,205); }

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

<style>
 span { border-color: #7F8ECD; }

 span { border-color: rgb(127,142,205); }

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