#7F8EDF

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

Shades of Portage #7F8EDF

Tints of Portage #7F8EDF

Color information

#7F8EDF (or 0x7F8EDF) is unknown color: approx Portage. HEX triplet: 7F, 8E and DF. RGB value is (127,142,223). Sum of RGB (Red+Green+Blue) = 127+142+223=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EDF is #807120. Grayscale: #929292. Windows color (decimal): -8417569 or 14651007. OLE color: 14651007.

HSL color Cylindrical-coordinate representation of color #7F8EDF: hue angle of 230.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8EDF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127142223-
CMYK0.430.3600.13
HSL230.62º60%68.63%-
HSV(B)230.62º43.05%87.45%-
XYZ31.7429.1973.77-
YUV146.75171.03113.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 223 (87.5% from 255) = 45.33%
R=25.81%
G=28.86%
B=45.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271422230.430.3600.13230.626068.63
Hex7F8EDF2B240De73c45
Octal177216337534401534774105
Binary1111111100011101101111110101110010001101111001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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